Html Css Color HEX #6F6469 Scorpion

📋 copy color: '#6F6469'

red 111 ◦ green 100 ◦ blue 105

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

Shades of Scorpion #6F6469

Tints of Scorpion #6F6469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 35.13%
G = 31.65%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F6469 (or 0x6F6469) is known color: Scorpion. HEX triplet: 6F, 64 and 69. RGB value is (111,100,105). Sum of RGB (Red+Green+Blue) = 111+100+105=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6469 is #909B96. Grayscale: #676767. Windows color (decimal): -9477015 or 6906991. OLE color: 6906991.

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

Color convert

RGB 111 100 105 -
CMYK 0 0.10 0.05 0.56
HSL 332.73º 0.05% 0.41% -
HSV(B) 332.73º 0.1% 0.44% -
XYZ 13.66 13.51 15.25 -
YUV 103.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 111 100 105 0 0.10 0.05 0.56 332.73 0.05 0.41
Hex 6F 64 69 0 A 5 38 14D 5 29
Octal 157 144 151 0 12 5 70 515 5 51
Binary 1101111 1100100 1101001 0 1010 101 111000 101001101 101 101001

Color Harmonies of #6F6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6469

Black with #6F6469

Text Example


Text Example

White with #6F6469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,100,105); }

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

background-color css

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

 a { background-color: rgb(111,100,105); }

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

border-color css

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

 span { border-color: rgb(111,100,105); }

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