Html Css Color HEX #6D5F67 Scorpion

📋 copy color: '#6D5F67'

red 109 ◦ green 95 ◦ blue 103

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

Shades of Scorpion #6D5F67

Tints of Scorpion #6D5F67

RGB

 RED value IS 109 (42.97% from 255) = 35.5%

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

 BLUE value IS 103 (40.63% from 255) = 33.55%

R = 35.5%
G = 30.94%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D5F67 (or 0x6D5F67) is known color: Scorpion. HEX triplet: 6D, 5F and 67. RGB value is (109,95,103). Sum of RGB (Red+Green+Blue) = 109+95+103=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F67 is #92A098. Grayscale: #646464. Windows color (decimal): -9609369 or 6774637. OLE color: 6774637.

HSL color Cylindrical-coordinate representation of color #6D5F67: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D5F67 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 95 103 -
CMYK 0 0.13 0.06 0.57
HSL 325.71º 0.07% 0.4% -
HSV(B) 325.71º 0.13% 0.43% -
XYZ 12.85 12.41 14.55 -
YUV 100.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 109 95 103 0 0.13 0.06 0.57 325.71 0.07 0.4
Hex 6D 5F 67 0 D 6 39 146 7 28
Octal 155 137 147 0 15 6 71 506 7 50
Binary 1101101 1011111 1100111 0 1101 110 111001 101000110 111 101000

Color Harmonies of #6D5F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5F67

Black with #6D5F67

Text Example


Text Example

White with #6D5F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,95,103); }

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

background-color css

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

 a { background-color: rgb(109,95,103); }

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

border-color css

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

 span { border-color: rgb(109,95,103); }

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