Html Css Color HEX #6D6067 Scorpion

📋 copy color: '#6D6067'

red 109 ◦ green 96 ◦ blue 103

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

Shades of Scorpion #6D6067

Tints of Scorpion #6D6067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

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

R = 35.39%
G = 31.17%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D6067 (or 0x6D6067) is known color: Scorpion. HEX triplet: 6D, 60 and 67. RGB value is (109,96,103). Sum of RGB (Red+Green+Blue) = 109+96+103=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6067 is #929F98. Grayscale: #646464. Windows color (decimal): -9609113 or 6774893. OLE color: 6774893.

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

Color convert

RGB 109 96 103 -
CMYK 0 0.12 0.06 0.57
HSL 327.69º 0.06% 0.4% -
HSV(B) 327.69º 0.12% 0.43% -
XYZ 12.94 12.6 14.58 -
YUV 100.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 109 96 103 0 0.12 0.06 0.57 327.69 0.06 0.4
Hex 6D 60 67 0 C 6 39 148 6 28
Octal 155 140 147 0 14 6 71 510 6 50
Binary 1101101 1100000 1100111 0 1100 110 111001 101001000 110 101000

Color Harmonies of #6D6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6067

Black with #6D6067

Text Example


Text Example

White with #6D6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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