#6FD4C6

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

Shades of Downy #6FD4C6

Tints of Downy #6FD4C6

Color information

#6FD4C6 (or 0x6FD4C6) is unknown color: approx Downy. HEX triplet: 6F, D4 and C6. RGB value is (111,212,198). Sum of RGB (Red+Green+Blue) = 111+212+198=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4C6 is #902B39. Grayscale: #B4B4B4. Windows color (decimal): -9448250 or 13030511. OLE color: 13030511.

HSL color Cylindrical-coordinate representation of color #6FD4C6: hue angle of 171.68º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD4C6 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB111212198-
CMYK0.4800.070.17
HSL171.68º54.01%63.33%-
HSV(B)171.68º47.64%83.14%-
XYZ40.2954.5461.83-
YUV180.2138.0478.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.31%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=21.31%
G=40.69%
B=38.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1112121980.4800.070.17171.6854.0163.33
Hex6FD4C6300711ac363f
Octal1573243066007212546677
Binary1101111110101001100011011000001111000110101100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,212,198); }

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

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

 a { background-color: rgb(111,212,198); }

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

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

 span { border-color: rgb(111,212,198); }

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