#605BB8

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

Shades of Rich Blue #605BB8

Tints of Rich Blue #605BB8

Color information

#605BB8 (or 0x605BB8) is unknown color: approx Rich Blue. HEX triplet: 60, 5B and B8. RGB value is (96,91,184). Sum of RGB (Red+Green+Blue) = 96+91+184=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #605BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BB8 is #9FA447. Grayscale: #666666. Windows color (decimal): -10462280 or 12082016. OLE color: 12082016.

HSL color Cylindrical-coordinate representation of color #605BB8: hue angle of 243.23º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #605BB8 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9691184-
CMYK0.480.5100.28
HSL243.23º39.57%53.92%-
HSV(B)243.23º50.54%72.16%-
XYZ17.2213.4347.03-
YUV103.1173.66122.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 184 (72.27% from 255) = 49.60%
R=25.88%
G=24.53%
B=49.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96911840.480.5100.28243.2339.5753.92
Hex605BB8303301Cf32836
Octal14013327060630343635066
Binary110000010110111011100011000011001101110011110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,91,184); }

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

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

 a { background-color: rgb(96,91,184); }

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

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

 span { border-color: rgb(96,91,184); }

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