#6CC8DB

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

Shades of Spray #6CC8DB

Tints of Spray #6CC8DB

Color information

#6CC8DB (or 0x6CC8DB) is unknown color: approx Spray. HEX triplet: 6C, C8 and DB. RGB value is (108,200,219). Sum of RGB (Red+Green+Blue) = 108+200+219=527 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.49% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CC8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC8DB is #933724. Grayscale: #AEAEAE. Windows color (decimal): -9647909 or 14403692. OLE color: 14403692.

HSL color Cylindrical-coordinate representation of color #6CC8DB: hue angle of 190.27º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CC8DB is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108200219-
CMYK0.510.0900.14
HSL190.27º60.66%64.12%-
HSV(B)190.27º50.68%85.88%-
XYZ39.6249.6174.51-
YUV174.66153.0280.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.49%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=20.49%
G=37.95%
B=41.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082002190.510.0900.14190.2760.6664.12
Hex6CC8DB3390Ebe3d40
Octal154310333631101627675100
Binary11011001100100011011011110011100101110101111101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,200,219); }

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

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

 a { background-color: rgb(108,200,219); }

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

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

 span { border-color: rgb(108,200,219); }

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