#6FD1C2

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

Shades of Downy #6FD1C2

Tints of Downy #6FD1C2

Color information

#6FD1C2 (or 0x6FD1C2) is unknown color: approx Downy. HEX triplet: 6F, D1 and C2. RGB value is (111,209,194). Sum of RGB (Red+Green+Blue) = 111+209+194=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1C2 is #902E3D. Grayscale: #B1B1B1. Windows color (decimal): -9449022 or 12767599. OLE color: 12767599.

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

Color convert

RGB111209194-
CMYK0.4700.070.18
HSL170.82º51.58%62.75%-
HSV(B)170.82º46.89%81.96%-
XYZ39.0952.8859.18-
YUV177.99137.0380.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.60%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=21.60%
G=40.66%
B=37.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1112091940.4700.070.18170.8251.5862.75
Hex6FD1C22F0712ab343f
Octal1573213025707222536477
Binary1101111110100011100001010111101111001010101011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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