Html Css Color HEX #664863 Salt Box

📋 copy color: '#664863'

red 102 ◦ green 72 ◦ blue 99

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

Shades of Salt Box #664863

Tints of Salt Box #664863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.26%

R = 37.36%
G = 26.37%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#664863 (or 0x664863) is known color: Salt Box. HEX triplet: 66, 48 and 63. RGB value is (102,72,99). Sum of RGB (Red+Green+Blue) = 102+72+99=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #664863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664863 is #99B79C. Grayscale: #535353. Windows color (decimal): -10074013 or 6506598. OLE color: 6506598.

HSL color Cylindrical-coordinate representation of color #664863: hue angle of 306º 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 #664863 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 72 99 -
CMYK 0 0.29 0.03 0.6
HSL 306º 0.17% 0.34% -
HSV(B) 306º 0.29% 0.4% -
XYZ 10.05 8.36 12.89 -
YUV 84.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 102 72 99 0 0.29 0.03 0.6 306 0.17 0.34
Hex 66 48 63 0 1D 3 3C 132 11 22
Octal 146 110 143 0 35 3 74 462 21 42
Binary 1100110 1001000 1100011 0 11101 11 111100 100110010 10001 100010

Color Harmonies of #664863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664863

Black with #664863

Text Example


Text Example

White with #664863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664863; }

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

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

background-color css

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

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

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

border-color css

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

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

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