#906DAF

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

Shades of Ce Soir #906DAF

Tints of Ce Soir #906DAF

Color information

#906DAF (or 0x906DAF) is unknown color: approx Ce Soir. HEX triplet: 90, 6D and AF. RGB value is (144,109,175). Sum of RGB (Red+Green+Blue) = 144+109+175=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #906DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906DAF is #6F9250. Grayscale: #7E7E7E. Windows color (decimal): -7311953 or 11496848. OLE color: 11496848.

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

Color convert

RGB144109175-
CMYK0.180.3800.31
HSL271.82º29.2%55.69%-
HSV(B)271.82º37.71%68.63%-
XYZ24.7119.9643.11-
YUV126.99155.1140.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=33.64%
G=25.47%
B=40.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441091750.180.3800.31271.8229.255.69
Hex906DAF122601F1101d38
Octal22015525722460374203570
Binary100100001101101101011111001010011001111110001000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,109,175); }

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

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

 a { background-color: rgb(144,109,175); }

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

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

 span { border-color: rgb(144,109,175); }

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