Html Css Color HEX #6F6267 Scorpion

📋 copy color: '#6F6267'

red 111 ◦ green 98 ◦ blue 103

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

Shades of Scorpion #6F6267

Tints of Scorpion #6F6267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 35.58%
G = 31.41%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F6267 (or 0x6F6267) is known color: Scorpion. HEX triplet: 6F, 62 and 67. RGB value is (111,98,103). Sum of RGB (Red+Green+Blue) = 111+98+103=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6267 is #909D98. Grayscale: #666666. Windows color (decimal): -9477529 or 6775407. OLE color: 6775407.

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

Color convert

RGB 111 98 103 -
CMYK 0 0.12 0.07 0.56
HSL 336.92º 0.06% 0.41% -
HSV(B) 336.92º 0.12% 0.44% -
XYZ 13.37 13.09 14.65 -
YUV 102.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 111 98 103 0 0.12 0.07 0.56 336.92 0.06 0.41
Hex 6F 62 67 0 C 7 38 151 6 29
Octal 157 142 147 0 14 7 70 521 6 51
Binary 1101111 1100010 1100111 0 1100 111 111000 101010001 110 101001

Color Harmonies of #6F6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6267

Black with #6F6267

Text Example


Text Example

White with #6F6267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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