Html Css Color HEX #6B4664 Salt Box

📋 copy color: '#6B4664'

red 107 ◦ green 70 ◦ blue 100

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

Shades of Salt Box #6B4664

Tints of Salt Box #6B4664

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 38.63%
G = 25.27%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B4664 (or 0x6B4664) is known color: Salt Box. HEX triplet: 6B, 46 and 64. RGB value is (107,70,100). Sum of RGB (Red+Green+Blue) = 107+70+100=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4664 is #94B99B. Grayscale: #545454. Windows color (decimal): -9746844 or 6571627. OLE color: 6571627.

HSL color Cylindrical-coordinate representation of color #6B4664: hue angle of 311.35º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B4664 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 70 100 -
CMYK 0 0.35 0.07 0.58
HSL 311.35º 0.21% 0.35% -
HSV(B) 311.35º 0.35% 0.42% -
XYZ 10.55 8.43 13.13 -
YUV 84.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 107 70 100 0 0.35 0.07 0.58 311.35 0.21 0.35
Hex 6B 46 64 0 23 7 3A 137 15 23
Octal 153 106 144 0 43 7 72 467 25 43
Binary 1101011 1000110 1100100 0 100011 111 111010 100110111 10101 100011

Color Harmonies of #6B4664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4664

Black with #6B4664

Text Example


Text Example

White with #6B4664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,100); }

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

background-color css

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

 a { background-color: rgb(107,70,100); }

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

border-color css

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

 span { border-color: rgb(107,70,100); }

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