Html Css Color HEX #60579F Rich Blue

📋 copy color: '#60579F'

red 96 ◦ green 87 ◦ blue 159

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

Shades of Rich Blue #60579F

Tints of Rich Blue #60579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.44%

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

R = 28.07%
G = 25.44%
B = 46.49%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60579F (or 0x60579F) is known color: Rich Blue. HEX triplet: 60, 57 and 9F. RGB value is (96,87,159). Sum of RGB (Red+Green+Blue) = 96+87+159=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #60579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60579F is #9FA860. Grayscale: #616161. Windows color (decimal): -10463329 or 10442592. OLE color: 10442592.

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

Color convert

RGB 96 87 159 -
CMYK 0.40 0.45 0 0.38
HSL 247.5º 0.29% 0.48% -
HSV(B) 247.5º 0.45% 0.62% -
XYZ 14.49 11.81 34.32 -
YUV 97.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 96 87 159 0.40 0.45 0 0.38 247.5 0.29 0.48
Hex 60 57 9F 28 2D 0 26 F8 1D 30
Octal 140 127 237 50 55 0 46 370 35 60
Binary 1100000 1010111 10011111 101000 101101 0 100110 11111000 11101 110000

Color Harmonies of #60579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60579F

Black with #60579F

Text Example


Text Example

White with #60579F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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