Html Css Color HEX #6F5F68 Scorpion

📋 copy color: '#6F5F68'

red 111 ◦ green 95 ◦ blue 104

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

Shades of Scorpion #6F5F68

Tints of Scorpion #6F5F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

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

R = 35.81%
G = 30.65%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F5F68 (or 0x6F5F68) is known color: Scorpion. HEX triplet: 6F, 5F and 68. RGB value is (111,95,104). Sum of RGB (Red+Green+Blue) = 111+95+104=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F68 is #90A097. Grayscale: #646464. Windows color (decimal): -9478296 or 6840175. OLE color: 6840175.

HSL color Cylindrical-coordinate representation of color #6F5F68: hue angle of 326.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F5F68 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 95 104 -
CMYK 0 0.14 0.06 0.56
HSL 326.25º 0.08% 0.4% -
HSV(B) 326.25º 0.14% 0.44% -
XYZ 13.15 12.56 14.83 -
YUV 100.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 111 95 104 0 0.14 0.06 0.56 326.25 0.08 0.4
Hex 6F 5F 68 0 E 6 38 146 8 28
Octal 157 137 150 0 16 6 70 506 10 50
Binary 1101111 1011111 1101000 0 1110 110 111000 101000110 1000 101000

Color Harmonies of #6F5F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5F68

Black with #6F5F68

Text Example


Text Example

White with #6F5F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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