Html Css Color HEX #684865 Salt Box

📋 copy color: '#684865'

red 104 ◦ green 72 ◦ blue 101

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

Shades of Salt Box #684865

Tints of Salt Box #684865

RGB

 RED value IS 104 (41.02% from 255) = 37.55%

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

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 37.55%
G = 25.99%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#684865 (or 0x684865) is known color: Salt Box. HEX triplet: 68, 48 and 65. RGB value is (104,72,101). Sum of RGB (Red+Green+Blue) = 104+72+101=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #684865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684865 is #97B79A. Grayscale: #545454. Windows color (decimal): -9942939 or 6637672. OLE color: 6637672.

HSL color Cylindrical-coordinate representation of color #684865: hue angle of 305.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #684865 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 101 -
CMYK 0 0.31 0.03 0.59
HSL 305.63º 0.18% 0.35% -
HSV(B) 305.63º 0.31% 0.41% -
XYZ 10.38 8.52 13.41 -
YUV 84.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 104 72 101 0 0.31 0.03 0.59 305.63 0.18 0.35
Hex 68 48 65 0 1F 3 3B 132 12 23
Octal 150 110 145 0 37 3 73 462 22 43
Binary 1101000 1001000 1100101 0 11111 11 111011 100110010 10010 100011

Color Harmonies of #684865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684865

Black with #684865

Text Example


Text Example

White with #684865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684865; }

 p { color: rgb(104,72,101); }

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

background-color css

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

 a { background-color: rgb(104,72,101); }

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

border-color css

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

 span { border-color: rgb(104,72,101); }

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