#6297DC

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

Shades of Cornflower Blue #6297DC

Tints of Cornflower Blue #6297DC

Color information

#6297DC (or 0x6297DC) is unknown color: approx Cornflower Blue. HEX triplet: 62, 97 and DC. RGB value is (98,151,220). Sum of RGB (Red+Green+Blue) = 98+151+220=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6297DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297DC is #9D6823. Grayscale: #8E8E8E. Windows color (decimal): -10315812 or 14456674. OLE color: 14456674.

HSL color Cylindrical-coordinate representation of color #6297DC: hue angle of 213.93º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6297DC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98151220-
CMYK0.550.3100.14
HSL213.93º63.54%62.35%-
HSV(B)213.93º55.45%86.27%-
XYZ29.0229.971.95-
YUV143.02171.4495.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.90%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=20.90%
G=32.20%
B=46.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981512200.550.3100.14213.9363.5462.35
Hex6297DC371F0Ed6403e
Octal142227334673701632610076
Binary110001010010111110111001101111111101110110101101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6297DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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