#60609B

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

Shades of Rich Blue #60609B

Tints of Rich Blue #60609B

Color information

#60609B (or 0x60609B) is unknown color: approx Rich Blue. HEX triplet: 60, 60 and 9B. RGB value is (96,96,155). Sum of RGB (Red+Green+Blue) = 96+96+155=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #60609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60609B is #9F9F64. Grayscale: #666666. Windows color (decimal): -10461029 or 10182752. OLE color: 10182752.

HSL color Cylindrical-coordinate representation of color #60609B: hue angle of 240º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60609B is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9696155-
CMYK0.380.3800.39
HSL240º23.51%49.22%-
HSV(B)240º38.06%60.78%-
XYZ14.9213.2232.78-
YUV102.73157.5123.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=27.67%
G=27.67%
B=44.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96961550.380.3800.3924023.5149.22
Hex60609B2626027f01831
Octal14014023346460473603061
Binary110000011000001001101110011010011001001111111000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60609B; }

 p { color: rgb(96,96,155); }

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

<style>
 a { background-color: #60609B; }

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

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

<style>
 span { border-color: #60609B; }

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

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