#C6D3FD

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

Shades of Hawkes Blue #C6D3FD

Tints of Hawkes Blue #C6D3FD

Color information

#C6D3FD (or 0xC6D3FD) is unknown color: approx Hawkes Blue. HEX triplet: C6, D3 and FD. RGB value is (198,211,253). Sum of RGB (Red+Green+Blue) = 198+211+253=662 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.91% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D3FD is #392C02. Grayscale: #D3D3D3. Windows color (decimal): -3746819 or 16634822. OLE color: 16634822.

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

Color convert

RGB198211253-
CMYK0.220.1700.01
HSL225.82º93.22%88.43%-
HSV(B)225.82º21.74%99.22%-
XYZ64.3165.69102.22-
YUV211.9151.19118.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.91%
GREEN value IS 211 (82.81% from 255) = 31.87%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=29.91%
G=31.87%
B=38.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982112530.220.1700.01225.8293.2288.43
HexC6D3FD161101e25d58
Octal306323375262101342135130
Binary1100011011010011111111011011010001011110001010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D3FD; }

 p { color: rgb(198,211,253); }

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

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

 a { background-color: rgb(198,211,253); }

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

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

 span { border-color: rgb(198,211,253); }

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