Html Css Color HEX #6F656A Scorpion

📋 copy color: '#6F656A'

red 111 ◦ green 101 ◦ blue 106

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

Shades of Scorpion #6F656A

Tints of Scorpion #6F656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 34.91%
G = 31.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F656A (or 0x6F656A) is known color: Scorpion. HEX triplet: 6F, 65 and 6A. RGB value is (111,101,106). Sum of RGB (Red+Green+Blue) = 111+101+106=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 111 - color contains mainly: red. Hex color #6F656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F656A is #909A95. Grayscale: #686868. Windows color (decimal): -9476758 or 6972783. OLE color: 6972783.

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

Color convert

RGB 111 101 106 -
CMYK 0 0.09 0.05 0.56
HSL 330º 0.05% 0.42% -
HSV(B) 330º 0.09% 0.44% -
XYZ 13.81 13.73 15.56 -
YUV 104.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 111 101 106 0 0.09 0.05 0.56 330 0.05 0.42
Hex 6F 65 6A 0 9 5 38 14A 5 2A
Octal 157 145 152 0 11 5 70 512 5 52
Binary 1101111 1100101 1101010 0 1001 101 111000 101001010 101 101010

Color Harmonies of #6F656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F656A

Black with #6F656A

Text Example


Text Example

White with #6F656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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