#6B6066

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

Shades of Scorpion #6B6066

Tints of Scorpion #6B6066

Color information

#6B6066 (or 0x6B6066) is unknown color: approx Scorpion. HEX triplet: 6B, 60 and 66. RGB value is (107,96,102). Sum of RGB (Red+Green+Blue) = 107+96+102=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6066 is #949F99. Grayscale: #636363. Windows color (decimal): -9740186 or 6709355. OLE color: 6709355.

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

Color convert

RGB10796102-
CMYK00.100.050.58
HSL327.27º5.42%39.8%-
HSV(B)327.27º10.28%41.96%-
XYZ12.6412.4514.31-
YUV99.97129.14133.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.08%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=35.08%
G=31.48%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1079610200.100.050.58327.275.4239.8
Hex6B60660A53A147528
Octal153140146012572507550
Binary11010111100000110011001010101111010101000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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