#615CAF

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

Shades of Rich Blue #615CAF

Tints of Rich Blue #615CAF

Color information

#615CAF (or 0x615CAF) is unknown color: approx Rich Blue. HEX triplet: 61, 5C and AF. RGB value is (97,92,175). Sum of RGB (Red+Green+Blue) = 97+92+175=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #615CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CAF is #9EA350. Grayscale: #666666. Windows color (decimal): -10396497 or 11492449. OLE color: 11492449.

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

Color convert

RGB9792175-
CMYK0.450.4700.31
HSL243.61º34.16%52.35%-
HSV(B)243.61º47.43%68.63%-
XYZ16.4913.2942.25-
YUV102.96168.66123.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=26.65%
G=25.27%
B=48.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97921750.450.4700.31243.6134.1652.35
Hex615CAF2D2F01Ff42234
Octal14113425755570373644264
Binary110000110111001010111110110110111101111111110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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