#906888

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

Shades of Strikemaster #906888

Tints of Strikemaster #906888

Color information

#906888 (or 0x906888) is unknown color: approx Strikemaster. HEX triplet: 90, 68 and 88. RGB value is (144,104,136). Sum of RGB (Red+Green+Blue) = 144+104+136=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #906888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906888 is #6F9777. Grayscale: #777777. Windows color (decimal): -7313272 or 8939664. OLE color: 8939664.

HSL color Cylindrical-coordinate representation of color #906888: hue angle of 312º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906888 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144104136-
CMYK00.280.060.44
HSL312º16.13%48.63%-
HSV(B)312º27.78%56.47%-
XYZ20.917.6125.59-
YUV119.61137.25145.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=37.5%
G=27.08%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410413600.280.060.4431216.1348.63
Hex90688801C62C1381031
Octal2201502100346544702061
Binary1001000011010001000100001110011010110010011100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906888; }

 p { color: rgb(144,104,136); }

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

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

 a { background-color: rgb(144,104,136); }

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

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

 span { border-color: rgb(144,104,136); }

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