Html Css Color HEX #695568 Salt Box

📋 copy color: '#695568'

red 105 ◦ green 85 ◦ blue 104

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

Shades of Salt Box #695568

Tints of Salt Box #695568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

 BLUE value IS 104 (41.02% from 255) = 35.37%

R = 35.71%
G = 28.91%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#695568 (or 0x695568) is known color: Salt Box. HEX triplet: 69, 55 and 68. RGB value is (105,85,104). Sum of RGB (Red+Green+Blue) = 105+85+104=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 105 - color contains mainly: red. Hex color #695568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695568 is #96AA97. Grayscale: #5D5D5D. Windows color (decimal): -9874072 or 6837609. OLE color: 6837609.

HSL color Cylindrical-coordinate representation of color #695568: hue angle of 303º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695568 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 85 104 -
CMYK 0 0.19 0.01 0.59
HSL 303º 0.11% 0.37% -
HSV(B) 303º 0.19% 0.41% -
XYZ 11.57 10.5 14.51 -
YUV 93.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 105 85 104 0 0.19 0.01 0.59 303 0.11 0.37
Hex 69 55 68 0 13 1 3B 12F B 25
Octal 151 125 150 0 23 1 73 457 13 45
Binary 1101001 1010101 1101000 0 10011 1 111011 100101111 1011 100101

Color Harmonies of #695568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695568

Black with #695568

Text Example


Text Example

White with #695568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695568; }

 p { color: rgb(105,85,104); }

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

background-color css

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

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

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

border-color css

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

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

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