#60619B

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

Shades of Rich Blue #60619B

Tints of Rich Blue #60619B

Color information

#60619B (or 0x60619B) is unknown color: approx Rich Blue. HEX triplet: 60, 61 and 9B. RGB value is (96,97,155). Sum of RGB (Red+Green+Blue) = 96+97+155=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #60619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60619B is #9F9E64. Grayscale: #676767. Windows color (decimal): -10460773 or 10183008. OLE color: 10183008.

HSL color Cylindrical-coordinate representation of color #60619B: hue angle of 238.98º 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 #60619B is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9697155-
CMYK0.380.3700.39
HSL238.98º23.51%49.22%-
HSV(B)238.98º38.06%60.78%-
XYZ15.0113.432.81-
YUV103.31157.17122.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=27.59%
G=27.87%
B=44.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96971550.380.3700.39238.9823.5149.22
Hex60619B2625027ef1831
Octal14014123346450473573061
Binary110000011000011001101110011010010101001111110111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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