#605FBB

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

Shades of Rich Blue #605FBB

Tints of Rich Blue #605FBB

Color information

#605FBB (or 0x605FBB) is unknown color: approx Rich Blue. HEX triplet: 60, 5F and BB. RGB value is (96,95,187). Sum of RGB (Red+Green+Blue) = 96+95+187=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #605FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FBB is #9FA044. Grayscale: #696969. Windows color (decimal): -10461253 or 12279648. OLE color: 12279648.

HSL color Cylindrical-coordinate representation of color #605FBB: hue angle of 240.65º 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 #605FBB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9695187-
CMYK0.490.4900.27
HSL240.65º40.35%55.29%-
HSV(B)240.65º49.2%73.33%-
XYZ17.8914.2648.82-
YUV105.79173.83121.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.40%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 187 (73.44% from 255) = 49.47%
R=25.40%
G=25.13%
B=49.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96951870.490.4900.27240.6540.3555.29
Hex605FBB313101Bf12837
Octal14013727361610333615067
Binary110000010111111011101111000111000101101111110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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