Html Css Color HEX #6A4C67 Salt Box

📋 copy color: '#6A4C67'

red 106 ◦ green 76 ◦ blue 103

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

Shades of Salt Box #6A4C67

Tints of Salt Box #6A4C67

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 37.19%
G = 26.67%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6A4C67 (or 0x6A4C67) is known color: Salt Box. HEX triplet: 6A, 4C and 67. RGB value is (106,76,103). Sum of RGB (Red+Green+Blue) = 106+76+103=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4C67 is #95B398. Grayscale: #575757. Windows color (decimal): -9810841 or 6769770. OLE color: 6769770.

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

Color convert

RGB 106 76 103 -
CMYK 0 0.28 0.03 0.58
HSL 306º 0.16% 0.36% -
HSV(B) 306º 0.28% 0.42% -
XYZ 10.98 9.21 14.03 -
YUV 88.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 106 76 103 0 0.28 0.03 0.58 306 0.16 0.36
Hex 6A 4C 67 0 1C 3 3A 132 10 24
Octal 152 114 147 0 34 3 72 462 20 44
Binary 1101010 1001100 1100111 0 11100 11 111010 100110010 10000 100100

Color Harmonies of #6A4C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4C67

Black with #6A4C67

Text Example


Text Example

White with #6A4C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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