#6CC6D2

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

Shades of Spray #6CC6D2

Tints of Spray #6CC6D2

Color information

#6CC6D2 (or 0x6CC6D2) is unknown color: approx Spray. HEX triplet: 6C, C6 and D2. RGB value is (108,198,210). Sum of RGB (Red+Green+Blue) = 108+198+210=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #6CC6D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC6D2 is #93392D. Grayscale: #ACACAC. Windows color (decimal): -9648430 or 13813356. OLE color: 13813356.

HSL color Cylindrical-coordinate representation of color #6CC6D2: hue angle of 187.06º 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 #6CC6D2 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB108198210-
CMYK0.490.0600.18
HSL187.06º53.12%62.35%-
HSV(B)187.06º48.57%82.35%-
XYZ38.0148.2368.28-
YUV172.46149.1882.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.93%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 210 (82.42% from 255) = 40.70%
R=20.93%
G=38.37%
B=40.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1081982100.490.0600.18187.0653.1262.35
Hex6CC6D2316012bb353e
Octal1543063226160222736576
Binary1101100110001101101001011000111001001010111011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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