Html Css Color HEX #695865 Salt Box

📋 copy color: '#695865'

red 105 ◦ green 88 ◦ blue 101

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

Shades of Salt Box #695865

Tints of Salt Box #695865

RGB

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

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

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

R = 35.71%
G = 29.93%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#695865 (or 0x695865) is known color: Salt Box. HEX triplet: 69, 58 and 65. RGB value is (105,88,101). Sum of RGB (Red+Green+Blue) = 105+88+101=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 105 - color contains mainly: red. Hex color #695865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695865 is #96A79A. Grayscale: #5E5E5E. Windows color (decimal): -9873307 or 6641769. OLE color: 6641769.

HSL color Cylindrical-coordinate representation of color #695865: hue angle of 314.12º 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 #695865 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 88 101 -
CMYK 0 0.16 0.04 0.59
HSL 314.12º 0.09% 0.38% -
HSV(B) 314.12º 0.16% 0.41% -
XYZ 11.66 10.92 13.81 -
YUV 94.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 105 88 101 0 0.16 0.04 0.59 314.12 0.09 0.38
Hex 69 58 65 0 10 4 3B 13A 9 26
Octal 151 130 145 0 20 4 73 472 11 46
Binary 1101001 1011000 1100101 0 10000 100 111011 100111010 1001 100110

Color Harmonies of #695865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695865

Black with #695865

Text Example


Text Example

White with #695865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695865; }

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

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

background-color css

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

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

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

border-color css

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

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

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