#605CBB

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

Shades of Rich Blue #605CBB

Tints of Rich Blue #605CBB

Color information

#605CBB (or 0x605CBB) is unknown color: approx Rich Blue. HEX triplet: 60, 5C and BB. RGB value is (96,92,187). Sum of RGB (Red+Green+Blue) = 96+92+187=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #605CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CBB is #9FA344. Grayscale: #676767. Windows color (decimal): -10462021 or 12278880. OLE color: 12278880.

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

Color convert

RGB9692187-
CMYK0.490.5100.27
HSL242.53º41.13%54.71%-
HSV(B)242.53º50.8%73.33%-
XYZ17.6213.7348.73-
YUV104.03174.83122.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=25.6%
G=24.53%
B=49.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96921870.490.5100.27242.5341.1354.71
Hex605CBB313301Bf32937
Octal14013427361630333635167
Binary110000010111001011101111000111001101101111110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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