Html Css Color HEX #686466 Scorpion

📋 copy color: '#686466'

red 104 ◦ green 100 ◦ blue 102

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

Shades of Scorpion #686466

Tints of Scorpion #686466

RGB

 RED value IS 104 (41.02% from 255) = 33.99%

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

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

R = 33.99%
G = 32.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#686466 (or 0x686466) is known color: Scorpion. HEX triplet: 68, 64 and 66. RGB value is (104,100,102). Sum of RGB (Red+Green+Blue) = 104+100+102=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 104 - color contains mainly: red. Hex color #686466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686466 is #979B99. Grayscale: #656565. Windows color (decimal): -9935770 or 6710376. OLE color: 6710376.

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

Color convert

RGB 104 100 102 -
CMYK 0 0.04 0.02 0.59
HSL 330º 0.02% 0.4% -
HSV(B) 330º 0.04% 0.41% -
XYZ 12.66 13.02 14.42 -
YUV 101.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 104 100 102 0 0.04 0.02 0.59 330 0.02 0.4
Hex 68 64 66 0 4 2 3B 14A 2 28
Octal 150 144 146 0 4 2 73 512 2 50
Binary 1101000 1100100 1100110 0 100 10 111011 101001010 10 101000

Color Harmonies of #686466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686466

Black with #686466

Text Example


Text Example

White with #686466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686466; }

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

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

background-color css

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

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

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

border-color css

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

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

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