#6FE7B4

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

Shades of Downy #6FE7B4

Tints of Downy #6FE7B4

Color information

#6FE7B4 (or 0x6FE7B4) is unknown color: approx Downy. HEX triplet: 6F, E7 and B4. RGB value is (111,231,180). Sum of RGB (Red+Green+Blue) = 111+231+180=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7B4 is #90184B. Grayscale: #BDBDBD. Windows color (decimal): -9443404 or 11855727. OLE color: 11855727.

HSL color Cylindrical-coordinate representation of color #6FE7B4: hue angle of 154.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE7B4 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB111231180-
CMYK0.5200.220.09
HSL154.5º71.43%67.06%-
HSV(B)154.5º51.95%90.59%-
XYZ43.3763.8353.21-
YUV189.31122.7472.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.26%
GREEN value IS 231 (90.62% from 255) = 44.25%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=21.26%
G=44.25%
B=34.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112311800.5200.220.09154.571.4367.06
Hex6FE7B43401699a4743
Octal1573472646402611232107103
Binary1101111111001111011010011010001011010011001101010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,231,180); }

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

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

 a { background-color: rgb(111,231,180); }

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

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

 span { border-color: rgb(111,231,180); }

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