#6B6858

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

Shades of Storm Dust #6B6858

Tints of Storm Dust #6B6858

Color information

#6B6858 (or 0x6B6858) is unknown color: approx Storm Dust. HEX triplet: 6B, 68 and 58. RGB value is (107,104,88). Sum of RGB (Red+Green+Blue) = 107+104+88=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6858 is #9497A7. Grayscale: #676767. Windows color (decimal): -9738152 or 5793899. OLE color: 5793899.

HSL color Cylindrical-coordinate representation of color #6B6858: hue angle of 50.53º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B6858 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB10710488-
CMYK00.030.180.58
HSL50.53º9.74%38.24%-
HSV(B)50.53º17.76%41.96%-
XYZ12.7813.7311.21-
YUV103.07119.49130.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.79%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=35.79%
G=34.78%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071048800.030.180.5850.539.7438.24
Hex6B685803123A33a26
Octal153150130032272631246
Binary110101111010001011000011100101110101100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,88); }

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

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

 a { background-color: rgb(107,104,88); }

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

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

 span { border-color: rgb(107,104,88); }

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