#6FCFB5

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

Shades of Downy #6FCFB5

Tints of Downy #6FCFB5

Color information

#6FCFB5 (or 0x6FCFB5) is unknown color: approx Downy. HEX triplet: 6F, CF and B5. RGB value is (111,207,181). Sum of RGB (Red+Green+Blue) = 111+207+181=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFB5 is #90304A. Grayscale: #AFAFAF. Windows color (decimal): -9449547 or 11915119. OLE color: 11915119.

HSL color Cylindrical-coordinate representation of color #6FCFB5: hue angle of 163.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFB5 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB111207181-
CMYK0.4600.130.19
HSL163.75º50%62.35%-
HSV(B)163.75º46.38%81.18%-
XYZ37.2151.3451.66-
YUV175.33131.282.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.24%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=22.24%
G=41.48%
B=36.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112071810.4600.130.19163.755062.35
Hex6FCFB52E0D13a4323e
Octal15731726556015232446276
Binary11011111100111110110101101110011011001110100100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,207,181); }

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

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

 a { background-color: rgb(111,207,181); }

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

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

 span { border-color: rgb(111,207,181); }

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