#906CB0

Color #906CB0 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #906CB0

Tints of Ce Soir #906CB0

Color information

#906CB0 (or 0x906CB0) is unknown color: approx Ce Soir. HEX triplet: 90, 6C and B0. RGB value is (144,108,176). Sum of RGB (Red+Green+Blue) = 144+108+176=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 176 - color contains mainly: blue. Hex color #906CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906CB0 is #6F934F. Grayscale: #7E7E7E. Windows color (decimal): -7312208 or 11562128. OLE color: 11562128.

HSL color Cylindrical-coordinate representation of color #906CB0: hue angle of 271.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906CB0 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144108176-
CMYK0.180.3900.31
HSL271.76º30.09%55.69%-
HSV(B)271.76º38.64%69.02%-
XYZ24.719.7943.59-
YUV126.52155.93140.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 176 (69.14% from 255) = 41.12%
R=33.64%
G=25.23%
B=41.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441081760.180.3900.31271.7630.0955.69
Hex906CB0122701F1101e38
Octal22015426022470374203670
Binary100100001101100101100001001010011101111110001000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,108,176); }

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

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

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

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

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

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

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