Html Css Color HEX #695063 Salt Box

📋 copy color: '#695063'

red 105 ◦ green 80 ◦ blue 99

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

Shades of Salt Box #695063

Tints of Salt Box #695063

RGB

 RED value IS 105 (41.41% from 255) = 36.97%

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 36.97%
G = 28.17%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#695063 (or 0x695063) is known color: Salt Box. HEX triplet: 69, 50 and 63. RGB value is (105,80,99). Sum of RGB (Red+Green+Blue) = 105+80+99=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #695063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695063 is #96AF9C. Grayscale: #595959. Windows color (decimal): -9875357 or 6508649. OLE color: 6508649.

HSL color Cylindrical-coordinate representation of color #695063: hue angle of 314.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695063 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 80 99 -
CMYK 0 0.24 0.06 0.59
HSL 314.4º 0.14% 0.36% -
HSV(B) 314.4º 0.24% 0.41% -
XYZ 10.95 9.64 13.09 -
YUV 89.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 105 80 99 0 0.24 0.06 0.59 314.4 0.14 0.36
Hex 69 50 63 0 18 6 3B 13A E 24
Octal 151 120 143 0 30 6 73 472 16 44
Binary 1101001 1010000 1100011 0 11000 110 111011 100111010 1110 100100

Color Harmonies of #695063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695063

Black with #695063

Text Example


Text Example

White with #695063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695063; }

 p { color: rgb(105,80,99); }

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

background-color css

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

 a { background-color: rgb(105,80,99); }

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

border-color css

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

 span { border-color: rgb(105,80,99); }

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