#6fd9ba

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

Shades of Downy #6FD9BA

Tints of Downy #6FD9BA

Color information

#6FD9BA (or 0x6FD9BA) is unknown color: approx Downy. HEX triplet: 6F, D9 and BA. RGB value is (111,217,186). Sum of RGB (Red+Green+Blue) = 111+217+186=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9BA is #902645. Grayscale: #B5B5B5. Windows color (decimal): -9446982 or 12245359. OLE color: 12245359.

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

Color convert

RGB111217186-
CMYK0.4900.140.15
HSL162.45º58.24%64.31%-
HSV(B)162.45º48.85%85.1%-
XYZ40.2356.5555.25-
YUV181.77130.3877.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.60%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=21.60%
G=42.22%
B=36.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112171860.4900.140.15162.4558.2464.31
Hex6FD9BA310EFa23a40
Octal157331272610161724272100
Binary11011111101100110111010110001011101111101000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fd9ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,217,186); }

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

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

 a { background-color: rgb(111,217,186); }

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

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

 span { border-color: rgb(111,217,186); }

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