#6FD1CD

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

Shades of Downy #6FD1CD

Tints of Downy #6FD1CD

Color information

#6FD1CD (or 0x6FD1CD) is unknown color: approx Downy. HEX triplet: 6F, D1 and CD. RGB value is (111,209,205). Sum of RGB (Red+Green+Blue) = 111+209+205=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1CD is #902E32. Grayscale: #B3B3B3. Windows color (decimal): -9449011 or 13488495. OLE color: 13488495.

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

Color convert

RGB111209205-
CMYK0.4700.020.18
HSL177.55º51.58%62.75%-
HSV(B)177.55º46.89%81.96%-
XYZ40.3853.3965.93-
YUV179.24142.5379.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.14%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=21.14%
G=39.81%
B=39.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1112092050.4700.020.18177.5551.5862.75
Hex6FD1CD2F0212b2343f
Octal1573213155702222626477
Binary110111111010001110011011011110101001010110010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,209,205); }

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

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

 a { background-color: rgb(111,209,205); }

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

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

 span { border-color: rgb(111,209,205); }

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