#6DC9D1

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

Shades of Spray #6DC9D1

Tints of Spray #6DC9D1

Color information

#6DC9D1 (or 0x6DC9D1) is unknown color: approx Spray. HEX triplet: 6D, C9 and D1. RGB value is (109,201,209). Sum of RGB (Red+Green+Blue) = 109+201+209=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DC9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC9D1 is #92362E. Grayscale: #AEAEAE. Windows color (decimal): -9582127 or 13748589. OLE color: 13748589.

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

Color convert

RGB109201209-
CMYK0.480.0400.18
HSL184.8º52.08%62.35%-
HSV(B)184.8º47.85%81.96%-
XYZ38.749.6367.86-
YUV174.4147.5281.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.00%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=21.00%
G=38.73%
B=40.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1092012090.480.0400.18184.852.0862.35
Hex6DC9D1304012b9343e
Octal1553113216040222716476
Binary1101101110010011101000111000010001001010111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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