#605FBA

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

Shades of Rich Blue #605FBA

Tints of Rich Blue #605FBA

Color information

#605FBA (or 0x605FBA) is unknown color: approx Rich Blue. HEX triplet: 60, 5F and BA. RGB value is (96,95,186). Sum of RGB (Red+Green+Blue) = 96+95+186=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #605FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FBA is #9FA045. Grayscale: #696969. Windows color (decimal): -10461254 or 12214112. OLE color: 12214112.

HSL color Cylindrical-coordinate representation of color #605FBA: hue angle of 240.66º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #605FBA is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9695186-
CMYK0.480.4900.27
HSL240.66º39.74%55.1%-
HSV(B)240.66º48.92%72.94%-
XYZ17.7814.2248.26-
YUV105.67173.33121.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=25.46%
G=25.20%
B=49.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96951860.480.4900.27240.6639.7455.1
Hex605FBA303101Bf12837
Octal14013727260610333615067
Binary110000010111111011101011000011000101101111110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605FBA; }

 p { color: rgb(96,95,186); }

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

<style>
 a { background-color: #605FBA; }

 a { background-color: rgb(96,95,186); }

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

<style>
 span { border-color: #605FBA; }

 span { border-color: rgb(96,95,186); }

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