Html Css Color HEX #695869 Salt Box

📋 copy color: '#695869'

red 105 ◦ green 88 ◦ blue 105

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

Shades of Salt Box #695869

Tints of Salt Box #695869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

 BLUE value IS 105 (41.41% from 255) = 35.23%

R = 35.23%
G = 29.53%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#695869 (or 0x695869) is known color: Salt Box. HEX triplet: 69, 58 and 69. RGB value is (105,88,105). Sum of RGB (Red+Green+Blue) = 105+88+105=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #695869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695869 is #96A796. Grayscale: #5E5E5E. Windows color (decimal): -9873303 or 6903913. OLE color: 6903913.

HSL color Cylindrical-coordinate representation of color #695869: hue angle of 300º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #695869 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 88 105 -
CMYK 0 0.16 0 0.59
HSL 300º 0.09% 0.38% -
HSV(B) 300º 0.16% 0.41% -
XYZ 11.87 11 14.86 -
YUV 95.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 105 88 105 0 0.16 0 0.59 300 0.09 0.38
Hex 69 58 69 0 10 0 3B 12C 9 26
Octal 151 130 151 0 20 0 73 454 11 46
Binary 1101001 1011000 1101001 0 10000 0 111011 100101100 1001 100110

Color Harmonies of #695869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695869

Black with #695869

Text Example


Text Example

White with #695869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695869; }

 p { color: rgb(105,88,105); }

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

background-color css

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

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

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

border-color css

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

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

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