#615FB3

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

Shades of Rich Blue #615FB3

Tints of Rich Blue #615FB3

Color information

#615FB3 (or 0x615FB3) is unknown color: approx Rich Blue. HEX triplet: 61, 5F and B3. RGB value is (97,95,179). Sum of RGB (Red+Green+Blue) = 97+95+179=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #615FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FB3 is #9EA04C. Grayscale: #686868. Windows color (decimal): -10395725 or 11755361. OLE color: 11755361.

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

Color convert

RGB9795179-
CMYK0.460.4700.30
HSL241.43º35.59%53.73%-
HSV(B)241.43º46.93%70.2%-
XYZ17.1613.9844.44-
YUV105.17169.66122.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 179 (70.31% from 255) = 48.25%
R=26.15%
G=25.61%
B=48.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97951790.460.4700.30241.4335.5953.73
Hex615FB32E2F01Ef12436
Octal14113726356570363614466
Binary110000110111111011001110111010111101111011110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,95,179); }

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

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

 a { background-color: rgb(97,95,179); }

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

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

 span { border-color: rgb(97,95,179); }

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