Html Css Color HEX #6B5A67 Salt Box

📋 copy color: '#6B5A67'

red 107 ◦ green 90 ◦ blue 103

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

Shades of Salt Box #6B5A67

Tints of Salt Box #6B5A67

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 35.67%
G = 30%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6B5A67 (or 0x6B5A67) is known color: Salt Box. HEX triplet: 6B, 5A and 67. RGB value is (107,90,103). Sum of RGB (Red+Green+Blue) = 107+90+103=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A67 is #94A598. Grayscale: #606060. Windows color (decimal): -9741721 or 6773355. OLE color: 6773355.

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

Color convert

RGB 107 90 103 -
CMYK 0 0.16 0.04 0.58
HSL 314.12º 0.09% 0.39% -
HSV(B) 314.12º 0.16% 0.42% -
XYZ 12.17 11.42 14.39 -
YUV 96.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 107 90 103 0 0.16 0.04 0.58 314.12 0.09 0.39
Hex 6B 5A 67 0 10 4 3A 13A 9 27
Octal 153 132 147 0 20 4 72 472 11 47
Binary 1101011 1011010 1100111 0 10000 100 111010 100111010 1001 100111

Color Harmonies of #6B5A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A67

Black with #6B5A67

Text Example


Text Example

White with #6B5A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,103); }

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

background-color css

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

 a { background-color: rgb(107,90,103); }

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

border-color css

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

 span { border-color: rgb(107,90,103); }

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