Html Css Color HEX #695860 Scorpion

📋 copy color: '#695860'

red 105 ◦ green 88 ◦ blue 96

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

Shades of Scorpion #695860

Tints of Scorpion #695860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 36.33%
G = 30.45%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#695860 (or 0x695860) is known color: Scorpion. HEX triplet: 69, 58 and 60. RGB value is (105,88,96). Sum of RGB (Red+Green+Blue) = 105+88+96=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #695860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695860 is #96A79F. Grayscale: #5D5D5D. Windows color (decimal): -9873312 or 6314089. OLE color: 6314089.

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

Color convert

RGB 105 88 96 -
CMYK 0 0.16 0.09 0.59
HSL 331.76º 0.09% 0.38% -
HSV(B) 331.76º 0.16% 0.41% -
XYZ 11.43 10.83 12.55 -
YUV 94 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 105 88 96 0 0.16 0.09 0.59 331.76 0.09 0.38
Hex 69 58 60 0 10 9 3B 14C 9 26
Octal 151 130 140 0 20 11 73 514 11 46
Binary 1101001 1011000 1100000 0 10000 1001 111011 101001100 1001 100110

Color Harmonies of #695860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695860

Black with #695860

Text Example


Text Example

White with #695860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695860; }

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

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

background-color css

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

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

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

border-color css

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

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

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