Html Css Color HEX #6B6858 Storm Dust

📋 copy color: '#6B6858'

red 107 ◦ green 104 ◦ blue 88

#6B6858
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #6B6858

Tints of Storm Dust #6B6858

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 value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B6858 (or 0x6B6858) is known color: 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

RGB 107 104 88 -
CMYK 0 0.03 0.18 0.58
HSL 50.53º 0.1% 0.38% -
HSV(B) 50.53º 0.18% 0.42% -
XYZ 12.78 13.73 11.21 -
YUV 103.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 107 104 88 0 0.03 0.18 0.58 50.53 0.1 0.38
Hex 6B 68 58 0 3 12 3A 33 A 26
Octal 153 150 130 0 3 22 72 63 12 46
Binary 1101011 1101000 1011000 0 11 10010 111010 110011 1010 100110

Color Harmonies of #6B6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6858

Black with #6B6858

Text Example


Text Example

White with #6B6858

Text Example


Text Example

HTML Codes & Css Web 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>