Html Css Color HEX #6F6268 Scorpion

📋 copy color: '#6F6268'

red 111 ◦ green 98 ◦ blue 104

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

Shades of Scorpion #6F6268

Tints of Scorpion #6F6268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 35.46%
G = 31.31%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F6268 (or 0x6F6268) is known color: Scorpion. HEX triplet: 6F, 62 and 68. RGB value is (111,98,104). Sum of RGB (Red+Green+Blue) = 111+98+104=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6268 is #909D97. Grayscale: #666666. Windows color (decimal): -9477528 or 6840943. OLE color: 6840943.

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

Color convert

RGB 111 98 104 -
CMYK 0 0.12 0.06 0.56
HSL 332.31º 0.06% 0.41% -
HSV(B) 332.31º 0.12% 0.44% -
XYZ 13.42 13.11 14.92 -
YUV 102.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 111 98 104 0 0.12 0.06 0.56 332.31 0.06 0.41
Hex 6F 62 68 0 C 6 38 14C 6 29
Octal 157 142 150 0 14 6 70 514 6 51
Binary 1101111 1100010 1101000 0 1100 110 111000 101001100 110 101001

Color Harmonies of #6F6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6268

Black with #6F6268

Text Example


Text Example

White with #6F6268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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