Html Css Color HEX #6A6067 Salt Box

📋 copy color: '#6A6067'

red 106 ◦ green 96 ◦ blue 103

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

Shades of Salt Box #6A6067

Tints of Salt Box #6A6067

RGB

 RED value IS 106 (41.8% from 255) = 34.75%

 GREEN value IS 96 (37.89% from 255) = 31.48%

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

R = 34.75%
G = 31.48%
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

#6A6067 (or 0x6A6067) is known color: Salt Box. HEX triplet: 6A, 60 and 67. RGB value is (106,96,103). Sum of RGB (Red+Green+Blue) = 106+96+103=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6067 is #959F98. Grayscale: #636363. Windows color (decimal): -9805721 or 6774890. OLE color: 6774890.

HSL color Cylindrical-coordinate representation of color #6A6067: 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 #6A6067 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 96 103 -
CMYK 0 0.09 0.03 0.58
HSL 318º 0.05% 0.4% -
HSV(B) 318º 0.09% 0.42% -
XYZ 12.57 12.41 14.56 -
YUV 99.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 106 96 103 0 0.09 0.03 0.58 318 0.05 0.4
Hex 6A 60 67 0 9 3 3A 13E 5 28
Octal 152 140 147 0 11 3 72 476 5 50
Binary 1101010 1100000 1100111 0 1001 11 111010 100111110 101 101000

Color Harmonies of #6A6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6067

Black with #6A6067

Text Example


Text Example

White with #6A6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,96,103); }

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

background-color css

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

 a { background-color: rgb(106,96,103); }

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

border-color css

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

 span { border-color: rgb(106,96,103); }

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