#615CAE

Color #615CAE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #615CAE

Tints of Rich Blue #615CAE

Color information

#615CAE (or 0x615CAE) is unknown color: approx Rich Blue. HEX triplet: 61, 5C and AE. RGB value is (97,92,174). Sum of RGB (Red+Green+Blue) = 97+92+174=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #615CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CAE is #9EA351. Grayscale: #666666. Windows color (decimal): -10396498 or 11426913. OLE color: 11426913.

HSL color Cylindrical-coordinate representation of color #615CAE: hue angle of 243.66º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615CAE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9792174-
CMYK0.440.4700.32
HSL243.66º33.61%52.16%-
HSV(B)243.66º47.13%68.24%-
XYZ16.413.2541.74-
YUV102.84168.16123.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=26.72%
G=25.34%
B=47.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97921740.440.4700.32243.6633.6152.16
Hex615CAE2C2F020f42234
Octal14113425654570403644264
Binary1100001101110010101110101100101111010000011110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615CAE; }

 p { color: rgb(97,92,174); }

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

<style>
 a { background-color: #615CAE; }

 a { background-color: rgb(97,92,174); }

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

<style>
 span { border-color: #615CAE; }

 span { border-color: rgb(97,92,174); }

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