#906BCC

Color #906BCC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #906BCC

Tints of True V #906BCC

Color information

#906BCC (or 0x906BCC) is unknown color: approx True V. HEX triplet: 90, 6B and CC. RGB value is (144,107,204). Sum of RGB (Red+Green+Blue) = 144+107+204=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #906BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BCC is #6F9433. Grayscale: #808080. Windows color (decimal): -7312436 or 13396880. OLE color: 13396880.

HSL color Cylindrical-coordinate representation of color #906BCC: hue angle of 262.89º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #906BCC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144107204-
CMYK0.290.4800.2
HSL262.89º48.74%60.98%-
HSV(B)262.89º47.55%80%-
XYZ27.6620.859.68-
YUV129.12170.26138.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.65%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=31.65%
G=23.52%
B=44.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441072040.290.4800.2262.8948.7460.98
Hex906BCC1D30014107313d
Octal22015331435600244076175
Binary1001000011010111100110011101110000010100100000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906BCC; }

 p { color: rgb(144,107,204); }

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

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

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

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

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

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

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