#906CAF

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

Shades of Ce Soir #906CAF

Tints of Ce Soir #906CAF

Color information

#906CAF (or 0x906CAF) is unknown color: approx Ce Soir. HEX triplet: 90, 6C and AF. RGB value is (144,108,175). Sum of RGB (Red+Green+Blue) = 144+108+175=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #906CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906CAF is #6F9350. Grayscale: #7E7E7E. Windows color (decimal): -7312209 or 11496592. OLE color: 11496592.

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

Color convert

RGB144108175-
CMYK0.180.3800.31
HSL272.24º29.52%55.49%-
HSV(B)272.24º38.29%68.63%-
XYZ24.619.7543.07-
YUV126.4155.43140.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=33.72%
G=25.29%
B=40.98%

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
Decimal1441081750.180.3800.31272.2429.5255.49
Hex906CAF122601F1101e37
Octal22015425722460374203667
Binary100100001101100101011111001010011001111110001000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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