#6DCDC8

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

Shades of Downy #6DCDC8

Tints of Downy #6DCDC8

Color information

#6DCDC8 (or 0x6DCDC8) is unknown color: approx Downy. HEX triplet: 6D, CD and C8. RGB value is (109,205,200). Sum of RGB (Red+Green+Blue) = 109+205+200=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDC8 is #923237. Grayscale: #AFAFAF. Windows color (decimal): -9581112 or 13159789. OLE color: 13159789.

HSL color Cylindrical-coordinate representation of color #6DCDC8: hue angle of 176.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDC8 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB109205200-
CMYK0.4700.020.20
HSL176.88º48.98%61.57%-
HSV(B)176.88º46.83%80.39%-
XYZ38.5651.0862.47-
YUV175.73141.780.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.21%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 200 (78.52% from 255) = 38.91%
R=21.21%
G=39.88%
B=38.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092052000.4700.020.20176.8848.9861.57
Hex6DCDC82F0214b1313e
Octal1553153105702242616176
Binary110110111001101110010001011110101010010110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,205,200); }

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

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

 a { background-color: rgb(109,205,200); }

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

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

 span { border-color: rgb(109,205,200); }

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