#6CD1BD

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

Shades of Downy #6CD1BD

Tints of Downy #6CD1BD

Color information

#6CD1BD (or 0x6CD1BD) is unknown color: approx Downy. HEX triplet: 6C, D1 and BD. RGB value is (108,209,189). Sum of RGB (Red+Green+Blue) = 108+209+189=506 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.34% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #6CD1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD1BD is #932E42. Grayscale: #B0B0B0. Windows color (decimal): -9645635 or 12439916. OLE color: 12439916.

HSL color Cylindrical-coordinate representation of color #6CD1BD: hue angle of 168.12º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD1BD is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB108209189-
CMYK0.4800.100.18
HSL168.12º52.33%62.16%-
HSV(B)168.12º48.33%81.96%-
XYZ38.1752.4656.26-
YUV176.52135.0479.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.34%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=21.34%
G=41.30%
B=37.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082091890.4800.100.18168.1252.3362.16
Hex6CD1BD300A12a8343e
Octal15432127560012222506476
Binary11011001101000110111101110000010101001010101000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,209,189); }

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

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

 a { background-color: rgb(108,209,189); }

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

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

 span { border-color: rgb(108,209,189); }

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