#6FCAB6

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

Shades of Downy #6FCAB6

Tints of Downy #6FCAB6

Color information

#6FCAB6 (or 0x6FCAB6) is unknown color: approx Downy. HEX triplet: 6F, CA and B6. RGB value is (111,202,182). Sum of RGB (Red+Green+Blue) = 111+202+182=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCAB6 is #903549. Grayscale: #ACACAC. Windows color (decimal): -9450826 or 11979375. OLE color: 11979375.

HSL color Cylindrical-coordinate representation of color #6FCAB6: hue angle of 166.81º 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 #6FCAB6 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB111202182-
CMYK0.4500.100.21
HSL166.81º46.19%61.37%-
HSV(B)166.81º45.05%79.22%-
XYZ36.124951.81-
YUV172.51133.3584.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.42%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=22.42%
G=40.81%
B=36.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021820.4500.100.21166.8146.1961.37
Hex6FCAB62D0A15a72e3d
Octal15731226655012252475675
Binary11011111100101010110110101101010101010110100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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