#6dc9d8

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

Shades of Spray #6DC9D8

Tints of Spray #6DC9D8

Color information

#6DC9D8 (or 0x6DC9D8) is unknown color: approx Spray. HEX triplet: 6D, C9 and D8. RGB value is (109,201,216). Sum of RGB (Red+Green+Blue) = 109+201+216=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #6DC9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC9D8 is #923627. Grayscale: #AFAFAF. Windows color (decimal): -9582120 or 14207341. OLE color: 14207341.

HSL color Cylindrical-coordinate representation of color #6DC9D8: hue angle of 188.41º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DC9D8 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109201216-
CMYK0.500.0700.15
HSL188.41º57.84%63.73%-
HSV(B)188.41º49.54%84.71%-
XYZ39.5949.9872.53-
YUV175.2151.0280.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.72%
GREEN value IS 201 (78.91% from 255) = 38.21%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=20.72%
G=38.21%
B=41.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092012160.500.0700.15188.4157.8463.73
Hex6DC9D83270Fbc3a40
Octal15531133062701727472100
Binary1101101110010011101100011001011101111101111001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6dc9d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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