#C6D5FF

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

Shades of Hawkes Blue #C6D5FF

Tints of Hawkes Blue #C6D5FF

Color information

#C6D5FF (or 0xC6D5FF) is unknown color: approx Hawkes Blue. HEX triplet: C6, D5 and FF. RGB value is (198,213,255). Sum of RGB (Red+Green+Blue) = 198+213+255=666 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.73% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D5FF is #392A00. Grayscale: #D5D5D5. Windows color (decimal): -3746305 or 16766406. OLE color: 16766406.

HSL color Cylindrical-coordinate representation of color #C6D5FF: hue angle of 224.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6D5FF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB198213255-
CMYK0.220.1600
HSL224.21º100%88.82%-
HSV(B)224.21º22.35%100%-
XYZ65.1366.81104.07-
YUV213.3151.53117.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.73%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 255 (100% from 255) = 38.29%
R=29.73%
G=31.98%
B=38.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982132550.220.1600224.2110088.82
HexC6D5FF161000e06459
Octal306325377262000340144131
Binary1100011011010101111111111011010000001110000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D5FF; }

 p { color: rgb(198,213,255); }

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

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

 a { background-color: rgb(198,213,255); }

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

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

 span { border-color: rgb(198,213,255); }

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