#605FBD

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

Shades of Rich Blue #605FBD

Tints of Rich Blue #605FBD

Color information

#605FBD (or 0x605FBD) is unknown color: approx Rich Blue. HEX triplet: 60, 5F and BD. RGB value is (96,95,189). Sum of RGB (Red+Green+Blue) = 96+95+189=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #605FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FBD is #9FA042. Grayscale: #696969. Windows color (decimal): -10461251 or 12410720. OLE color: 12410720.

HSL color Cylindrical-coordinate representation of color #605FBD: hue angle of 240.64º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605FBD is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9695189-
CMYK0.490.5000.26
HSL240.64º41.59%55.69%-
HSV(B)240.64º49.74%74.12%-
XYZ18.114.3549.96-
YUV106.01174.83120.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=25.26%
G=25%
B=49.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96951890.490.5000.26240.6441.5955.69
Hex605FBD313201Af12a38
Octal14013727561620323615270
Binary110000010111111011110111000111001001101011110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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