Html Css Color HEX #6F6468 Scorpion

📋 copy color: '#6F6468'

red 111 ◦ green 100 ◦ blue 104

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

Shades of Scorpion #6F6468

Tints of Scorpion #6F6468

RGB

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

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

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

R = 35.24%
G = 31.75%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F6468 (or 0x6F6468) is known color: Scorpion. HEX triplet: 6F, 64 and 68. RGB value is (111,100,104). Sum of RGB (Red+Green+Blue) = 111+100+104=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6468 is #909B97. Grayscale: #676767. Windows color (decimal): -9477016 or 6841455. OLE color: 6841455.

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

Color convert

RGB 111 100 104 -
CMYK 0 0.10 0.06 0.56
HSL 338.18º 0.05% 0.41% -
HSV(B) 338.18º 0.1% 0.44% -
XYZ 13.61 13.49 14.98 -
YUV 103.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 111 100 104 0 0.10 0.06 0.56 338.18 0.05 0.41
Hex 6F 64 68 0 A 6 38 152 5 29
Octal 157 144 150 0 12 6 70 522 5 51
Binary 1101111 1100100 1101000 0 1010 110 111000 101010010 101 101001

Color Harmonies of #6F6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6468

Black with #6F6468

Text Example


Text Example

White with #6F6468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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