Html Css Color HEX #6F6266 Scorpion

📋 copy color: '#6F6266'

red 111 ◦ green 98 ◦ blue 102

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

Shades of Scorpion #6F6266

Tints of Scorpion #6F6266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 35.69%
G = 31.51%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F6266 (or 0x6F6266) is known color: Scorpion. HEX triplet: 6F, 62 and 66. RGB value is (111,98,102). Sum of RGB (Red+Green+Blue) = 111+98+102=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6266 is #909D99. Grayscale: #666666. Windows color (decimal): -9477530 or 6709871. OLE color: 6709871.

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

Color convert

RGB 111 98 102 -
CMYK 0 0.12 0.08 0.56
HSL 341.54º 0.06% 0.41% -
HSV(B) 341.54º 0.12% 0.44% -
XYZ 13.32 13.07 14.39 -
YUV 102.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 111 98 102 0 0.12 0.08 0.56 341.54 0.06 0.41
Hex 6F 62 66 0 C 8 38 156 6 29
Octal 157 142 146 0 14 10 70 526 6 51
Binary 1101111 1100010 1100110 0 1100 1000 111000 101010110 110 101001

Color Harmonies of #6F6266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6266

Black with #6F6266

Text Example


Text Example

White with #6F6266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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