#605DB8

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

Shades of Rich Blue #605DB8

Tints of Rich Blue #605DB8

Color information

#605DB8 (or 0x605DB8) is unknown color: approx Rich Blue. HEX triplet: 60, 5D and B8. RGB value is (96,93,184). Sum of RGB (Red+Green+Blue) = 96+93+184=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #605DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DB8 is #9FA247. Grayscale: #676767. Windows color (decimal): -10461768 or 12082528. OLE color: 12082528.

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

Color convert

RGB9693184-
CMYK0.480.4900.28
HSL241.98º39.06%54.31%-
HSV(B)241.98º49.46%72.16%-
XYZ17.3913.7847.09-
YUV104.27172.99122.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 184 (72.27% from 255) = 49.33%
R=25.74%
G=24.93%
B=49.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96931840.480.4900.28241.9839.0654.31
Hex605DB8303101Cf22736
Octal14013527060610343624766
Binary110000010111011011100011000011000101110011110010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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