#615FB7

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

Shades of Rich Blue #615FB7

Tints of Rich Blue #615FB7

Color information

#615FB7 (or 0x615FB7) is unknown color: approx Rich Blue. HEX triplet: 61, 5F and B7. RGB value is (97,95,183). Sum of RGB (Red+Green+Blue) = 97+95+183=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #615FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FB7 is #9EA048. Grayscale: #696969. Windows color (decimal): -10395721 or 12017505. OLE color: 12017505.

HSL color Cylindrical-coordinate representation of color #615FB7: hue angle of 241.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #615FB7 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9795183-
CMYK0.470.4800.28
HSL241.36º37.93%54.51%-
HSV(B)241.36º48.09%71.76%-
XYZ17.5714.1446.6-
YUV105.63171.66121.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 183 (71.88% from 255) = 48.8%
R=25.87%
G=25.33%
B=48.8%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97951830.470.4800.28241.3637.9354.51
Hex615FB72F3001Cf12637
Octal14113726757600343614667
Binary110000110111111011011110111111000001110011110001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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