#6B6063

Color #6B6063 Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #6B6063

Tints of Scorpion #6B6063

Color information

#6B6063 (or 0x6B6063) is unknown color: approx Scorpion. HEX triplet: 6B, 60 and 63. RGB value is (107,96,99). Sum of RGB (Red+Green+Blue) = 107+96+99=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6063 is #949F9C. Grayscale: #636363. Windows color (decimal): -9740189 or 6512747. OLE color: 6512747.

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

Color convert

RGB1079699-
CMYK00.100.070.58
HSL343.64º5.42%39.8%-
HSV(B)343.64º10.28%41.96%-
XYZ12.512.3913.54-
YUV99.63127.64133.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=35.43%
G=31.79%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107969900.100.070.58343.645.4239.8
Hex6B60630A73A158528
Octal153140143012772530550
Binary11010111100000110001101010111111010101011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B6063;
 }
 .AnyTagClassName
 {
   color: #6B6063;
 }
</style>
background-color css

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

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

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

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

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

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