Html Css Color HEX #C6D6FC Hawkes Blue

📋 copy color: '#C6D6FC'

red 198 ◦ green 214 ◦ blue 252

#C6D6FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #C6D6FC

Tints of Hawkes Blue #C6D6FC

RGB

 RED value IS 198 (77.73% from 255) = 29.82%

 GREEN value IS 214 (83.98% from 255) = 32.23%

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 29.82%
G = 32.23%
B = 37.95%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6D6FC (or 0xC6D6FC) is known color: Hawkes Blue. HEX triplet: C6, D6 and FC. RGB value is (198,214,252). Sum of RGB (Red+Green+Blue) = 198+214+252=664 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.82% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6D6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D6FC is #392903. Grayscale: #D5D5D5. Windows color (decimal): -3746052 or 16570054. OLE color: 16570054.

HSL color Cylindrical-coordinate representation of color #C6D6FC: hue angle of 222.22º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6D6FC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 214 252 -
CMYK 0.21 0.15 0 0.01
HSL 222.22º 0.9% 0.88% -
HSV(B) 222.22º 0.21% 0.99% -
XYZ 64.91 67.13 101.63 -
YUV 213.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 198 214 252 0.21 0.15 0 0.01 222.22 0.9 0.88
Hex C6 D6 FC 15 F 0 1 DE 5A 58
Octal 306 326 374 25 17 0 1 336 132 130
Binary 11000110 11010110 11111100 10101 1111 0 1 11011110 1011010 1011000

Color Harmonies of #C6D6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D6FC

Black with #C6D6FC

Text Example


Text Example

White with #C6D6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D6FC; }

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

 H1.HeaderClassName
 {
   color: #C6D6FC;
 }
 .AnyTagClassName
 {
   color: #C6D6FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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