#6CC9D2

Color #6CC9D2 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #6CC9D2

Tints of Spray #6CC9D2

Color information

#6CC9D2 (or 0x6CC9D2) is unknown color: approx Spray. HEX triplet: 6C, C9 and D2. RGB value is (108,201,210). Sum of RGB (Red+Green+Blue) = 108+201+210=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #6CC9D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC9D2 is #93362D. Grayscale: #AEAEAE. Windows color (decimal): -9647662 or 13814124. OLE color: 13814124.

HSL color Cylindrical-coordinate representation of color #6CC9D2: hue angle of 185.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CC9D2 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB108201210-
CMYK0.490.0400.18
HSL185.29º53.12%62.35%-
HSV(B)185.29º48.57%82.35%-
XYZ38.749.6168.51-
YUV174.22148.1980.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.81%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 210 (82.42% from 255) = 40.46%
R=20.81%
G=38.73%
B=40.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082012100.490.0400.18185.2953.1262.35
Hex6CC9D2314012b9353e
Octal1543113226140222716576
Binary1101100110010011101001011000110001001010111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CC9D2; }

 p { color: rgb(108,201,210); }

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

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

 a { background-color: rgb(108,201,210); }

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

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

 span { border-color: rgb(108,201,210); }

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