#6BE5B9

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

Shades of Downy #6BE5B9

Tints of Downy #6BE5B9

Color information

#6BE5B9 (or 0x6BE5B9) is unknown color: approx Downy. HEX triplet: 6B, E5 and B9. RGB value is (107,229,185). Sum of RGB (Red+Green+Blue) = 107+229+185=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #6BE5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE5B9 is #941A46. Grayscale: #BBBBBB. Windows color (decimal): -9706055 or 12182891. OLE color: 12182891.

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

Color convert

RGB107229185-
CMYK0.5300.190.10
HSL158.36º70.11%65.88%-
HSV(B)158.36º53.28%89.8%-
XYZ42.8462.6755.74-
YUV187.51126.5870.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.54%
GREEN value IS 229 (89.84% from 255) = 43.95%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=20.54%
G=43.95%
B=35.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1072291850.5300.190.10158.3670.1165.88
Hex6BE5B935013A9e4642
Octal1533452716502312236106102
Binary1101011111001011011100111010101001110101001111010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,229,185); }

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

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

 a { background-color: rgb(107,229,185); }

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

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

 span { border-color: rgb(107,229,185); }

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