Html Css Color HEX #696466 Scorpion

📋 copy color: '#696466'

red 105 ◦ green 100 ◦ blue 102

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

Shades of Scorpion #696466

Tints of Scorpion #696466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 34.2%
G = 32.57%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#696466 (or 0x696466) is known color: Scorpion. HEX triplet: 69, 64 and 66. RGB value is (105,100,102). Sum of RGB (Red+Green+Blue) = 105+100+102=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 105 - color contains mainly: red. Hex color #696466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696466 is #969B99. Grayscale: #656565. Windows color (decimal): -9870234 or 6710377. OLE color: 6710377.

HSL color Cylindrical-coordinate representation of color #696466: hue angle of 336º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696466 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 100 102 -
CMYK 0 0.05 0.03 0.59
HSL 336º 0.02% 0.4% -
HSV(B) 336º 0.05% 0.41% -
XYZ 12.78 13.08 14.42 -
YUV 101.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 105 100 102 0 0.05 0.03 0.59 336 0.02 0.4
Hex 69 64 66 0 5 3 3B 150 2 28
Octal 151 144 146 0 5 3 73 520 2 50
Binary 1101001 1100100 1100110 0 101 11 111011 101010000 10 101000

Color Harmonies of #696466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696466

Black with #696466

Text Example


Text Example

White with #696466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696466; }

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

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

background-color css

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

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

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

border-color css

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

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

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