Html Css Color HEX #6B6064 Scorpion

📋 copy color: '#6B6064'

red 107 ◦ green 96 ◦ blue 100

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

Shades of Scorpion #6B6064

Tints of Scorpion #6B6064

RGB

 RED value IS 107 (42.19% from 255) = 35.31%

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

 BLUE value IS 100 (39.45% from 255) = 33%

R = 35.31%
G = 31.68%
B = 33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B6064 (or 0x6B6064) is known color: Scorpion. HEX triplet: 6B, 60 and 64. RGB value is (107,96,100). Sum of RGB (Red+Green+Blue) = 107+96+100=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6064 is #949F9B. Grayscale: #636363. Windows color (decimal): -9740188 or 6578283. OLE color: 6578283.

HSL color Cylindrical-coordinate representation of color #6B6064: hue angle of 338.18º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6064 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 96 100 -
CMYK 0 0.10 0.07 0.58
HSL 338.18º 0.05% 0.4% -
HSV(B) 338.18º 0.1% 0.42% -
XYZ 12.55 12.41 13.79 -
YUV 99.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 107 96 100 0 0.10 0.07 0.58 338.18 0.05 0.4
Hex 6B 60 64 0 A 7 3A 152 5 28
Octal 153 140 144 0 12 7 72 522 5 50
Binary 1101011 1100000 1100100 0 1010 111 111010 101010010 101 101000

Color Harmonies of #6B6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6064

Black with #6B6064

Text Example


Text Example

White with #6B6064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,96,100); }

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

background-color css

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

 a { background-color: rgb(107,96,100); }

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

border-color css

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

 span { border-color: rgb(107,96,100); }

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