#906BAE

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

Shades of Ce Soir #906BAE

Tints of Ce Soir #906BAE

Color information

#906BAE (or 0x906BAE) is unknown color: approx Ce Soir. HEX triplet: 90, 6B and AE. RGB value is (144,107,174). Sum of RGB (Red+Green+Blue) = 144+107+174=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #906BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906BAE is #6F9451. Grayscale: #7D7D7D. Windows color (decimal): -7312466 or 11430800. OLE color: 11430800.

HSL color Cylindrical-coordinate representation of color #906BAE: hue angle of 273.13º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906BAE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144107174-
CMYK0.170.3900.32
HSL273.13º29.26%55.1%-
HSV(B)273.13º38.51%68.24%-
XYZ24.419.542.52-
YUV125.7155.26141.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.88%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=33.88%
G=25.18%
B=40.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441071740.170.3900.32273.1329.2655.1
Hex906BAE11270201111d37
Octal22015325621470404213567
Binary1001000011010111010111010001100111010000010001000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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