#906FAE

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

Shades of Ce Soir #906FAE

Tints of Ce Soir #906FAE

Color information

#906FAE (or 0x906FAE) is unknown color: approx Ce Soir. HEX triplet: 90, 6F and AE. RGB value is (144,111,174). Sum of RGB (Red+Green+Blue) = 144+111+174=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #906FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FAE is #6F9051. Grayscale: #7F7F7F. Windows color (decimal): -7311442 or 11431824. OLE color: 11431824.

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

Color convert

RGB144111174-
CMYK0.170.3600.32
HSL271.43º28%55.88%-
HSV(B)271.43º36.21%68.24%-
XYZ24.8320.3542.66-
YUV128.05153.93139.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=33.57%
G=25.87%
B=40.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441111740.170.3600.32271.432855.88
Hex906FAE112402010f1c38
Octal22015725621440404173470
Binary1001000011011111010111010001100100010000010000111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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