Html Css Color HEX #6B5F68 Salt Box

📋 copy color: '#6B5F68'

red 107 ◦ green 95 ◦ blue 104

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

Shades of Salt Box #6B5F68

Tints of Salt Box #6B5F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.05%

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

R = 34.97%
G = 31.05%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B5F68 (or 0x6B5F68) is known color: Salt Box. HEX triplet: 6B, 5F and 68. RGB value is (107,95,104). Sum of RGB (Red+Green+Blue) = 107+95+104=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F68 is #94A097. Grayscale: #636363. Windows color (decimal): -9740440 or 6840171. OLE color: 6840171.

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

Color convert

RGB 107 95 104 -
CMYK 0 0.11 0.03 0.58
HSL 315º 0.06% 0.4% -
HSV(B) 315º 0.11% 0.42% -
XYZ 12.65 12.31 14.81 -
YUV 99.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 107 95 104 0 0.11 0.03 0.58 315 0.06 0.4
Hex 6B 5F 68 0 B 3 3A 13B 6 28
Octal 153 137 150 0 13 3 72 473 6 50
Binary 1101011 1011111 1101000 0 1011 11 111010 100111011 110 101000

Color Harmonies of #6B5F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5F68

Black with #6B5F68

Text Example


Text Example

White with #6B5F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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