Html Css Color HEX #60559E Rich Blue

📋 copy color: '#60559E'

red 96 ◦ green 85 ◦ blue 158

#60559E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #60559E

Tints of Rich Blue #60559E

RGB

 RED value IS 96 (37.89% from 255) = 28.32%

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 158 (62.11% from 255) = 46.61%

R = 28.32%
G = 25.07%
B = 46.61%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60559E (or 0x60559E) is known color: Rich Blue. HEX triplet: 60, 55 and 9E. RGB value is (96,85,158). Sum of RGB (Red+Green+Blue) = 96+85+158=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #60559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60559E is #9FAA61. Grayscale: #606060. Windows color (decimal): -10463842 or 10376544. OLE color: 10376544.

HSL color Cylindrical-coordinate representation of color #60559E: hue angle of 249.04º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60559E is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 85 158 -
CMYK 0.39 0.46 0 0.38
HSL 249.04º 0.3% 0.48% -
HSV(B) 249.04º 0.46% 0.62% -
XYZ 14.24 11.45 33.81 -
YUV 96.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 96 85 158 0.39 0.46 0 0.38 249.04 0.3 0.48
Hex 60 55 9E 27 2E 0 26 F9 1E 30
Octal 140 125 236 47 56 0 46 371 36 60
Binary 1100000 1010101 10011110 100111 101110 0 100110 11111001 11110 110000

Color Harmonies of #60559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60559E

Black with #60559E

Text Example


Text Example

White with #60559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60559E; }

 p { color: rgb(96,85,158); }

 H1.HeaderClassName
 {
   color: #60559E;
 }
 .AnyTagClassName
 {
   color: #60559E;
 }
</style>

background-color css

<style>
 a { background-color: #60559E; }

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

 div.DivClassName
 {
   background-color: #60559E;
 }
 .BgClassName
 {
   background-color: #60559E;
 }
</style>

border-color css

<style>
 span { border-color: #60559E; }

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

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