#6FE6B9

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

Shades of Downy #6FE6B9

Tints of Downy #6FE6B9

Color information

#6FE6B9 (or 0x6FE6B9) is unknown color: approx Downy. HEX triplet: 6F, E6 and B9. RGB value is (111,230,185). Sum of RGB (Red+Green+Blue) = 111+230+185=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6B9 is #901946. Grayscale: #BDBDBD. Windows color (decimal): -9443655 or 12183151. OLE color: 12183151.

HSL color Cylindrical-coordinate representation of color #6FE6B9: hue angle of 157.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE6B9 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB111230185-
CMYK0.5200.200.10
HSL157.31º70.41%66.86%-
HSV(B)157.31º51.74%90.2%-
XYZ43.6163.4855.85-
YUV189.29125.5872.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.10%
GREEN value IS 230 (90.23% from 255) = 43.73%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=21.10%
G=43.73%
B=35.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1112301850.5200.200.10157.3170.4166.86
Hex6FE6B934014A9d4643
Octal1573462716402412235106103
Binary1101111111001101011100111010001010010101001110110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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