Html Css Color HEX #6F6265 Scorpion

📋 copy color: '#6F6265'

red 111 ◦ green 98 ◦ blue 101

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

Shades of Scorpion #6F6265

Tints of Scorpion #6F6265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 35.81%
G = 31.61%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F6265 (or 0x6F6265) is known color: Scorpion. HEX triplet: 6F, 62 and 65. RGB value is (111,98,101). Sum of RGB (Red+Green+Blue) = 111+98+101=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6265 is #909D9A. Grayscale: #666666. Windows color (decimal): -9477531 or 6644335. OLE color: 6644335.

HSL color Cylindrical-coordinate representation of color #6F6265: hue angle of 346.15º 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 #6F6265 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 98 101 -
CMYK 0 0.12 0.09 0.56
HSL 346.15º 0.06% 0.41% -
HSV(B) 346.15º 0.12% 0.44% -
XYZ 13.27 13.05 14.13 -
YUV 102.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 111 98 101 0 0.12 0.09 0.56 346.15 0.06 0.41
Hex 6F 62 65 0 C 9 38 15A 6 29
Octal 157 142 145 0 14 11 70 532 6 51
Binary 1101111 1100010 1100101 0 1100 1001 111000 101011010 110 101001

Color Harmonies of #6F6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6265

Black with #6F6265

Text Example


Text Example

White with #6F6265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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