Html Css Color HEX #60559F Rich Blue

📋 copy color: '#60559F'

red 96 ◦ green 85 ◦ blue 159

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

Shades of Rich Blue #60559F

Tints of Rich Blue #60559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 28.24%
G = 25%
B = 46.76%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60559F (or 0x60559F) is known color: Rich Blue. HEX triplet: 60, 55 and 9F. RGB value is (96,85,159). Sum of RGB (Red+Green+Blue) = 96+85+159=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #60559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60559F is #9FAA60. Grayscale: #606060. Windows color (decimal): -10463841 or 10442080. OLE color: 10442080.

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

Color convert

RGB 96 85 159 -
CMYK 0.40 0.47 0 0.38
HSL 248.92º 0.3% 0.48% -
HSV(B) 248.92º 0.47% 0.62% -
XYZ 14.33 11.49 34.26 -
YUV 96.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 96 85 159 0.40 0.47 0 0.38 248.92 0.3 0.48
Hex 60 55 9F 28 2F 0 26 F9 1E 30
Octal 140 125 237 50 57 0 46 371 36 60
Binary 1100000 1010101 10011111 101000 101111 0 100110 11111001 11110 110000

Color Harmonies of #60559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60559F

Black with #60559F

Text Example


Text Example

White with #60559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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