Html Css Color HEX #6C616B Salt Box

📋 copy color: '#6C616B'

red 108 ◦ green 97 ◦ blue 107

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

Shades of Salt Box #6C616B

Tints of Salt Box #6C616B

RGB

 RED value IS 108 (42.58% from 255) = 34.62%

 GREEN value IS 97 (38.28% from 255) = 31.09%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 34.62%
G = 31.09%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#6C616B (or 0x6C616B) is known color: Salt Box. HEX triplet: 6C, 61 and 6B. RGB value is (108,97,107). Sum of RGB (Red+Green+Blue) = 108+97+107=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 108 - color contains mainly: red. Hex color #6C616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C616B is #939E94. Grayscale: #656565. Windows color (decimal): -9674389 or 7037292. OLE color: 7037292.

HSL color Cylindrical-coordinate representation of color #6C616B: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C616B is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 97 107 -
CMYK 0 0.10 0.01 0.58
HSL 305.45º 0.05% 0.4% -
HSV(B) 305.45º 0.1% 0.42% -
XYZ 13.11 12.8 15.69 -
YUV 101.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 108 97 107 0 0.10 0.01 0.58 305.45 0.05 0.4
Hex 6C 61 6B 0 A 1 3A 131 5 28
Octal 154 141 153 0 12 1 72 461 5 50
Binary 1101100 1100001 1101011 0 1010 1 111010 100110001 101 101000

Color Harmonies of #6C616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C616B

Black with #6C616B

Text Example


Text Example

White with #6C616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,97,107); }

 H1.HeaderClassName
 {
   color: #6C616B;
 }
 .AnyTagClassName
 {
   color: #6C616B;
 }
</style>

background-color css

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

 a { background-color: rgb(108,97,107); }

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

border-color css

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

 span { border-color: rgb(108,97,107); }

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