#6DCDC3

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

Shades of Downy #6DCDC3

Tints of Downy #6DCDC3

Color information

#6DCDC3 (or 0x6DCDC3) is unknown color: approx Downy. HEX triplet: 6D, CD and C3. RGB value is (109,205,195). Sum of RGB (Red+Green+Blue) = 109+205+195=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDC3 is #92323C. Grayscale: #AFAFAF. Windows color (decimal): -9581117 or 12832109. OLE color: 12832109.

HSL color Cylindrical-coordinate representation of color #6DCDC3: hue angle of 173.75º 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 #6DCDC3 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB109205195-
CMYK0.4700.050.20
HSL173.75º48.98%61.57%-
HSV(B)173.75º46.83%80.39%-
XYZ37.9950.8559.44-
YUV175.16139.280.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.41%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 195 (76.56% from 255) = 38.31%
R=21.41%
G=40.28%
B=38.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051950.4700.050.20173.7548.9861.57
Hex6DCDC32F0514ae313e
Octal1553153035705242566176
Binary1101101110011011100001110111101011010010101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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