#6FCFB8

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

Shades of Downy #6FCFB8

Tints of Downy #6FCFB8

Color information

#6FCFB8 (or 0x6FCFB8) is unknown color: approx Downy. HEX triplet: 6F, CF and B8. RGB value is (111,207,184). Sum of RGB (Red+Green+Blue) = 111+207+184=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFB8 is #903047. Grayscale: #AFAFAF. Windows color (decimal): -9449544 or 12111727. OLE color: 12111727.

HSL color Cylindrical-coordinate representation of color #6FCFB8: hue angle of 165.62º 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 #6FCFB8 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB111207184-
CMYK0.4600.110.19
HSL165.62º50%62.35%-
HSV(B)165.62º46.38%81.18%-
XYZ37.5251.4753.3-
YUV175.67132.781.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.11%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 184 (72.27% from 255) = 36.65%
R=22.11%
G=41.24%
B=36.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112071840.4600.110.19165.625062.35
Hex6FCFB82E0B13a6323e
Octal15731727056013232466276
Binary11011111100111110111000101110010111001110100110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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