#906690

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

Shades of Violet Blue #906690

Tints of Violet Blue #906690

Color information

#906690 (or 0x906690) is unknown color: approx Violet Blue. HEX triplet: 90, 66 and 90. RGB value is (144,102,144). Sum of RGB (Red+Green+Blue) = 144+102+144=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #906690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906690 is #6F996F. Grayscale: #777777. Windows color (decimal): -7313776 or 9463440. OLE color: 9463440.

HSL color Cylindrical-coordinate representation of color #906690: hue angle of 300º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906690 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB144102144-
CMYK00.2900.44
HSL300º17.07%48.24%-
HSV(B)300º29.17%56.47%-
XYZ21.2917.4528.63-
YUV119.35141.91145.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=36.92%
G=26.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410214400.2900.4430017.0748.24
Hex90669001D02C12c1130
Octal2201462200350544542160
Binary10010000110011010010000011101010110010010110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906690; }

 p { color: rgb(144,102,144); }

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

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

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

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

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

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

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