#6be9b9

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

Shades of Downy #6BE9B9

Tints of Downy #6BE9B9

Color information

#6BE9B9 (or 0x6BE9B9) is unknown color: approx Downy. HEX triplet: 6B, E9 and B9. RGB value is (107,233,185). Sum of RGB (Red+Green+Blue) = 107+233+185=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #6BE9B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE9B9 is #941646. Grayscale: #BDBDBD. Windows color (decimal): -9705031 or 12183915. OLE color: 12183915.

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

Color convert

RGB107233185-
CMYK0.5400.210.09
HSL157.14º74.12%66.67%-
HSV(B)157.14º54.08%91.37%-
XYZ43.9664.9156.11-
YUV189.85125.2668.9-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.38%
GREEN value IS 233 (91.41% from 255) = 44.38%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=20.38%
G=44.38%
B=35.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1072331850.5400.210.09157.1474.1266.67
Hex6BE9B93601599d4a43
Octal1533512716602511235112103
Binary1101011111010011011100111011001010110011001110110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6be9b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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