#6DC6DB

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

Shades of Spray #6DC6DB

Tints of Spray #6DC6DB

Color information

#6DC6DB (or 0x6DC6DB) is unknown color: approx Spray. HEX triplet: 6D, C6 and DB. RGB value is (109,198,219). Sum of RGB (Red+Green+Blue) = 109+198+219=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DC6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6DB is #923924. Grayscale: #ADADAD. Windows color (decimal): -9582885 or 14403181. OLE color: 14403181.

HSL color Cylindrical-coordinate representation of color #6DC6DB: hue angle of 191.45º 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 #6DC6DB is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109198219-
CMYK0.500.1000.14
HSL191.45º60.44%64.31%-
HSV(B)191.45º50.23%85.88%-
XYZ39.2948.7574.36-
YUV173.78153.5181.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.72%
GREEN value IS 198 (77.73% from 255) = 37.64%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=20.72%
G=37.64%
B=41.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091982190.500.1000.14191.4560.4464.31
Hex6DC6DB32A0Ebf3c40
Octal155306333621201627774100
Binary11011011100011011011011110010101001110101111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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