Html Css Color HEX #664861 Salt Box

📋 copy color: '#664861'

red 102 ◦ green 72 ◦ blue 97

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

Shades of Salt Box #664861

Tints of Salt Box #664861

RGB

 RED value IS 102 (40.23% from 255) = 37.64%

 GREEN value IS 72 (28.52% from 255) = 26.57%

 BLUE value IS 97 (38.28% from 255) = 35.79%

R = 37.64%
G = 26.57%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#664861 (or 0x664861) is known color: Salt Box. HEX triplet: 66, 48 and 61. RGB value is (102,72,97). Sum of RGB (Red+Green+Blue) = 102+72+97=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #664861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664861 is #99B79E. Grayscale: #535353. Windows color (decimal): -10074015 or 6375526. OLE color: 6375526.

HSL color Cylindrical-coordinate representation of color #664861: hue angle of 310º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #664861 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 72 97 -
CMYK 0 0.29 0.05 0.6
HSL 310º 0.17% 0.34% -
HSV(B) 310º 0.29% 0.4% -
XYZ 9.95 8.32 12.39 -
YUV 83.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 102 72 97 0 0.29 0.05 0.6 310 0.17 0.34
Hex 66 48 61 0 1D 5 3C 136 11 22
Octal 146 110 141 0 35 5 74 466 21 42
Binary 1100110 1001000 1100001 0 11101 101 111100 100110110 10001 100010

Color Harmonies of #664861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664861

Black with #664861

Text Example


Text Example

White with #664861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664861; }

 p { color: rgb(102,72,97); }

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

background-color css

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

 a { background-color: rgb(102,72,97); }

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

border-color css

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

 span { border-color: rgb(102,72,97); }

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