#C6D6F2

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

Shades of Hawkes Blue #C6D6F2

Tints of Hawkes Blue #C6D6F2

Color information

#C6D6F2 (or 0xC6D6F2) is unknown color: approx Hawkes Blue. HEX triplet: C6, D6 and F2. RGB value is (198,214,242). Sum of RGB (Red+Green+Blue) = 198+214+242=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6D6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D6F2 is #39290D. Grayscale: #D4D4D4. Windows color (decimal): -3746062 or 15914694. OLE color: 15914694.

HSL color Cylindrical-coordinate representation of color #C6D6F2: hue angle of 218.18º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6D6F2 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198214242-
CMYK0.180.1200.05
HSL218.18º62.86%86.27%-
HSV(B)218.18º18.18%94.9%-
XYZ63.3666.5193.5-
YUV212.41144.7117.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.28%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=30.28%
G=32.72%
B=37.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982142420.180.1200.05218.1862.8686.27
HexC6D6F212C05da3f56
Octal30632636222140533277126
Binary1100011011010110111100101001011000101110110101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D6F2; }

 p { color: rgb(198,214,242); }

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

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

 a { background-color: rgb(198,214,242); }

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

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

 span { border-color: rgb(198,214,242); }

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