Html Css Color HEX #6B6168 Salt Box

📋 copy color: '#6B6168'

red 107 ◦ green 97 ◦ blue 104

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

Shades of Salt Box #6B6168

Tints of Salt Box #6B6168

RGB

 RED value IS 107 (42.19% from 255) = 34.74%

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

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 34.74%
G = 31.49%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B6168 (or 0x6B6168) is known color: Salt Box. HEX triplet: 6B, 61 and 68. RGB value is (107,97,104). Sum of RGB (Red+Green+Blue) = 107+97+104=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6168 is #949E97. Grayscale: #646464. Windows color (decimal): -9739928 or 6840683. OLE color: 6840683.

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

Color convert

RGB 107 97 104 -
CMYK 0 0.09 0.03 0.58
HSL 318º 0.05% 0.4% -
HSV(B) 318º 0.09% 0.42% -
XYZ 12.84 12.67 14.87 -
YUV 100.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 107 97 104 0 0.09 0.03 0.58 318 0.05 0.4
Hex 6B 61 68 0 9 3 3A 13E 5 28
Octal 153 141 150 0 11 3 72 476 5 50
Binary 1101011 1100001 1101000 0 1001 11 111010 100111110 101 101000

Color Harmonies of #6B6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6168

Black with #6B6168

Text Example


Text Example

White with #6B6168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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