#615CA9

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

Shades of Rich Blue #615CA9

Tints of Rich Blue #615CA9

Color information

#615CA9 (or 0x615CA9) is unknown color: approx Rich Blue. HEX triplet: 61, 5C and A9. RGB value is (97,92,169). Sum of RGB (Red+Green+Blue) = 97+92+169=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #615CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CA9 is #9EA356. Grayscale: #656565. Windows color (decimal): -10396503 or 11099233. OLE color: 11099233.

HSL color Cylindrical-coordinate representation of color #615CA9: hue angle of 243.9º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #615CA9 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9792169-
CMYK0.430.4600.34
HSL243.9º30.92%51.18%-
HSV(B)243.9º45.56%66.27%-
XYZ15.9213.0639.22-
YUV102.27165.66124.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 169 (66.41% from 255) = 47.21%
R=27.09%
G=25.70%
B=47.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal97921690.430.4600.34243.930.9251.18
Hex615CA92B2E022f41f33
Octal14113425153560423643763
Binary110000110111001010100110101110111001000101111010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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