#6FCAB9

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

Shades of Downy #6FCAB9

Tints of Downy #6FCAB9

Color information

#6FCAB9 (or 0x6FCAB9) is unknown color: approx Downy. HEX triplet: 6F, CA and B9. RGB value is (111,202,185). Sum of RGB (Red+Green+Blue) = 111+202+185=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCAB9 is #903546. Grayscale: #ACACAC. Windows color (decimal): -9450823 or 12175983. OLE color: 12175983.

HSL color Cylindrical-coordinate representation of color #6FCAB9: hue angle of 168.79º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCAB9 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB111202185-
CMYK0.4500.080.21
HSL168.79º46.19%61.37%-
HSV(B)168.79º45.05%79.22%-
XYZ36.4349.1253.46-
YUV172.85134.8583.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.29%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=22.29%
G=40.56%
B=37.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021850.4500.080.21168.7946.1961.37
Hex6FCAB92D0815a92e3d
Octal15731227155010252515675
Binary11011111100101010111001101101010001010110101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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