Html Css Color HEX #706469 Scorpion

📋 copy color: '#706469'

red 112 ◦ green 100 ◦ blue 105

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

Shades of Scorpion #706469

Tints of Scorpion #706469

RGB

 RED value IS 112 (44.14% from 255) = 35.33%

 GREEN value IS 100 (39.45% from 255) = 31.55%

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

R = 35.33%
G = 31.55%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#706469 (or 0x706469) is known color: Scorpion. HEX triplet: 70, 64 and 69. RGB value is (112,100,105). Sum of RGB (Red+Green+Blue) = 112+100+105=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #706469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706469 is #8F9B96. Grayscale: #686868. Windows color (decimal): -9411479 or 6906992. OLE color: 6906992.

HSL color Cylindrical-coordinate representation of color #706469: hue angle of 335º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706469 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 105 -
CMYK 0 0.11 0.06 0.56
HSL 335º 0.06% 0.42% -
HSV(B) 335º 0.11% 0.44% -
XYZ 13.79 13.58 15.26 -
YUV 104.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 112 100 105 0 0.11 0.06 0.56 335 0.06 0.42
Hex 70 64 69 0 B 6 38 14F 6 2A
Octal 160 144 151 0 13 6 70 517 6 52
Binary 1110000 1100100 1101001 0 1011 110 111000 101001111 110 101010

Color Harmonies of #706469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706469

Black with #706469

Text Example


Text Example

White with #706469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706469; }

 p { color: rgb(112,100,105); }

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

background-color css

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

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

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

border-color css

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

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

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