#6DCDBE

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

Shades of Downy #6DCDBE

Tints of Downy #6DCDBE

Color information

#6DCDBE (or 0x6DCDBE) is unknown color: approx Downy. HEX triplet: 6D, CD and BE. RGB value is (109,205,190). Sum of RGB (Red+Green+Blue) = 109+205+190=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDBE is #923241. Grayscale: #AEAEAE. Windows color (decimal): -9581122 or 12504429. OLE color: 12504429.

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

Color convert

RGB109205190-
CMYK0.4700.070.20
HSL170.62º48.98%61.57%-
HSV(B)170.62º46.83%80.39%-
XYZ37.4350.6356.52-
YUV174.59136.781.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.63%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=21.63%
G=40.67%
B=37.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051900.4700.070.20170.6248.9861.57
Hex6DCDBE2F0714ab313e
Octal1553152765707242536176
Binary1101101110011011011111010111101111010010101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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