Html Css Color HEX #6F6466 Scorpion

📋 copy color: '#6F6466'

red 111 ◦ green 100 ◦ blue 102

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

Shades of Scorpion #6F6466

Tints of Scorpion #6F6466

RGB

 RED value IS 111 (43.75% from 255) = 35.46%

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

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

R = 35.46%
G = 31.95%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F6466 (or 0x6F6466) is known color: Scorpion. HEX triplet: 6F, 64 and 66. RGB value is (111,100,102). Sum of RGB (Red+Green+Blue) = 111+100+102=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6466 is #909B99. Grayscale: #676767. Windows color (decimal): -9477018 or 6710383. OLE color: 6710383.

HSL color Cylindrical-coordinate representation of color #6F6466: hue angle of 349.09º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F6466 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 100 102 -
CMYK 0 0.10 0.08 0.56
HSL 349.09º 0.05% 0.41% -
HSV(B) 349.09º 0.1% 0.44% -
XYZ 13.51 13.45 14.45 -
YUV 103.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 111 100 102 0 0.10 0.08 0.56 349.09 0.05 0.41
Hex 6F 64 66 0 A 8 38 15D 5 29
Octal 157 144 146 0 12 10 70 535 5 51
Binary 1101111 1100100 1100110 0 1010 1000 111000 101011101 101 101001

Color Harmonies of #6F6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6466

Black with #6F6466

Text Example


Text Example

White with #6F6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F6466; }

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

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

background-color css

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

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

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

border-color css

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

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

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