#6DC9DB

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

Shades of Spray #6DC9DB

Tints of Spray #6DC9DB

Color information

#6DC9DB (or 0x6DC9DB) is unknown color: approx Spray. HEX triplet: 6D, C9 and DB. RGB value is (109,201,219). Sum of RGB (Red+Green+Blue) = 109+201+219=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DC9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC9DB is #923624. Grayscale: #AFAFAF. Windows color (decimal): -9582117 or 14403949. OLE color: 14403949.

HSL color Cylindrical-coordinate representation of color #6DC9DB: hue angle of 189.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DC9DB is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109201219-
CMYK0.500.0800.14
HSL189.82º60.44%64.31%-
HSV(B)189.82º50.23%85.88%-
XYZ39.9850.1474.59-
YUV175.54152.5280.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.60%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=20.60%
G=38.00%
B=41.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092012190.500.0800.14189.8260.4464.31
Hex6DC9DB3280Ebe3c40
Octal155311333621001627674100
Binary11011011100100111011011110010100001110101111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,201,219); }

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

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

 a { background-color: rgb(109,201,219); }

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

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

 span { border-color: rgb(109,201,219); }

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