#6FDAB9

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

Shades of Downy #6FDAB9

Tints of Downy #6FDAB9

Color information

#6FDAB9 (or 0x6FDAB9) is unknown color: approx Downy. HEX triplet: 6F, DA and B9. RGB value is (111,218,185). Sum of RGB (Red+Green+Blue) = 111+218+185=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAB9 is #902546. Grayscale: #B6B6B6. Windows color (decimal): -9446727 or 12180079. OLE color: 12180079.

HSL color Cylindrical-coordinate representation of color #6FDAB9: hue angle of 161.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDAB9 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB111218185-
CMYK0.4900.150.15
HSL161.5º59.12%64.51%-
HSV(B)161.5º49.08%85.49%-
XYZ40.3857.0354.78-
YUV182.24129.5577.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.60%
GREEN value IS 218 (85.55% from 255) = 42.41%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=21.60%
G=42.41%
B=35.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112181850.4900.150.15161.559.1264.51
Hex6FDAB9310FFa13b41
Octal157332271610171724173101
Binary11011111101101010111001110001011111111101000011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,218,185); }

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

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

 a { background-color: rgb(111,218,185); }

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

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

 span { border-color: rgb(111,218,185); }

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