#6BE8B6

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

Shades of Downy #6BE8B6

Tints of Downy #6BE8B6

Color information

#6BE8B6 (or 0x6BE8B6) is unknown color: approx Downy. HEX triplet: 6B, E8 and B6. RGB value is (107,232,182). Sum of RGB (Red+Green+Blue) = 107+232+182=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8B6 is #941749. Grayscale: #BDBDBD. Windows color (decimal): -9705290 or 11987051. OLE color: 11987051.

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

Color convert

RGB107232182-
CMYK0.5400.220.09
HSL156º73.1%66.47%-
HSV(B)156º53.88%90.98%-
XYZ43.3664.2254.37-
YUV188.92124.0969.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.54%
GREEN value IS 232 (91.02% from 255) = 44.53%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=20.54%
G=44.53%
B=34.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1072321820.5400.220.0915673.166.47
Hex6BE8B63601699c4942
Octal1533502666602611234111102
Binary1101011111010001011011011011001011010011001110010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,232,182); }

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

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

 a { background-color: rgb(107,232,182); }

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

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

 span { border-color: rgb(107,232,182); }

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