#6DCDBB

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

Shades of Downy #6DCDBB

Tints of Downy #6DCDBB

Color information

#6DCDBB (or 0x6DCDBB) is unknown color: approx Downy. HEX triplet: 6D, CD and BB. RGB value is (109,205,187). Sum of RGB (Red+Green+Blue) = 109+205+187=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDBB is #923244. Grayscale: #AEAEAE. Windows color (decimal): -9581125 or 12307821. OLE color: 12307821.

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

Color convert

RGB109205187-
CMYK0.4700.090.20
HSL168.75º48.98%61.57%-
HSV(B)168.75º46.83%80.39%-
XYZ37.1150.554.81-
YUV174.24135.281.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.76%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=21.76%
G=40.92%
B=37.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051870.4700.090.20168.7548.9861.57
Hex6DCDBB2F0914a9313e
Octal15531527357011242516176
Binary11011011100110110111011101111010011010010101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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