#906FAD

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

Shades of Ce Soir #906FAD

Tints of Ce Soir #906FAD

Color information

#906FAD (or 0x906FAD) is unknown color: approx Ce Soir. HEX triplet: 90, 6F and AD. RGB value is (144,111,173). Sum of RGB (Red+Green+Blue) = 144+111+173=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #906FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FAD is #6F9052. Grayscale: #7F7F7F. Windows color (decimal): -7311443 or 11366288. OLE color: 11366288.

HSL color Cylindrical-coordinate representation of color #906FAD: hue angle of 271.94º degrees, saturation: 0.27, 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 #906FAD is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144111173-
CMYK0.170.3600.32
HSL271.94º27.43%55.69%-
HSV(B)271.94º35.84%67.84%-
XYZ24.7320.3242.15-
YUV127.94153.43139.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 111 (43.75% from 255) = 25.93%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=33.64%
G=25.93%
B=40.42%

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
Decimal1441111730.170.3600.32271.9427.4355.69
Hex906FAD11240201101b38
Octal22015725521440404203370
Binary1001000011011111010110110001100100010000010001000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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