#6297F4

Color #6297F4 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6297F4

Tints of Cornflower Blue #6297F4

Color information

#6297F4 (or 0x6297F4) is unknown color: approx Cornflower Blue. HEX triplet: 62, 97 and F4. RGB value is (98,151,244). Sum of RGB (Red+Green+Blue) = 98+151+244=493 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.88% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #6297F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6297F4 is #9D680B. Grayscale: #919191. Windows color (decimal): -10315788 or 16029538. OLE color: 16029538.

HSL color Cylindrical-coordinate representation of color #6297F4: hue angle of 218.22º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6297F4 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB98151244-
CMYK0.600.3800.04
HSL218.22º86.9%67.06%-
HSV(B)218.22º59.84%95.69%-
XYZ32.4331.2689.91-
YUV145.76183.4493.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 19.88%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 244 (95.70% from 255) = 49.49%
R=19.88%
G=30.63%
B=49.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal981512440.600.3800.04218.2286.967.06
Hex6297F43C2604da5743
Octal142227364744604332127103
Binary1100010100101111111010011110010011001001101101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6297F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6297F4; }

 p { color: rgb(98,151,244); }

 H1.HeaderClassName
 {
   color: #6297F4;
 }
 .AnyTagClassName
 {
   color: #6297F4;
 }
</style>
background-color css

<style>
 a { background-color: #6297F4; }

 a { background-color: rgb(98,151,244); }

 div.DivClassName
 {
   background-color: #6297F4;
 }
 .BgClassName
 {
   background-color: #6297F4;
 }
</style>
border-color css

<style>
 span { border-color: #6297F4; }

 span { border-color: rgb(98,151,244); }

 td.TdClassName
 {
   border-color: #6297F4;
 }
 .TagClassName
 {
   border-color: #6297F4;
 }
</style>