#615EB4

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

Shades of Rich Blue #615EB4

Tints of Rich Blue #615EB4

Color information

#615EB4 (or 0x615EB4) is unknown color: approx Rich Blue. HEX triplet: 61, 5E and B4. RGB value is (97,94,180). Sum of RGB (Red+Green+Blue) = 97+94+180=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #615EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EB4 is #9EA14B. Grayscale: #686868. Windows color (decimal): -10395980 or 11820641. OLE color: 11820641.

HSL color Cylindrical-coordinate representation of color #615EB4: hue angle of 242.09º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #615EB4 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9794180-
CMYK0.460.4800.29
HSL242.09º36.44%53.73%-
HSV(B)242.09º47.78%70.59%-
XYZ17.1713.8444.95-
YUV104.7170.49122.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=26.15%
G=25.34%
B=48.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97941800.460.4800.29242.0936.4453.73
Hex615EB42E3001Df22436
Octal14113626456600353624466
Binary110000110111101011010010111011000001110111110010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,94,180); }

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

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

 a { background-color: rgb(97,94,180); }

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

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

 span { border-color: rgb(97,94,180); }

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