#6BDDCD

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

Shades of Downy #6BDDCD

Tints of Downy #6BDDCD

Color information

#6BDDCD (or 0x6BDDCD) is unknown color: approx Downy. HEX triplet: 6B, DD and CD. RGB value is (107,221,205). Sum of RGB (Red+Green+Blue) = 107+221+205=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDCD is #942232. Grayscale: #B9B9B9. Windows color (decimal): -9708083 or 13491563. OLE color: 13491563.

HSL color Cylindrical-coordinate representation of color #6BDDCD: hue angle of 171.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDCD is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB107221205-
CMYK0.5200.070.13
HSL171.58º62.64%64.31%-
HSV(B)171.58º51.58%86.67%-
XYZ42.9459.2566.93-
YUV185.09139.2372.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.08%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=20.08%
G=41.46%
B=38.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072212050.5200.070.13171.5862.6464.31
Hex6BDDCD3407Dac3f40
Octal15333531564071525477100
Binary1101011110111011100110111010001111101101011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,221,205); }

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

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

 a { background-color: rgb(107,221,205); }

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

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

 span { border-color: rgb(107,221,205); }

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