Html Css Color HEX #60599E Rich Blue

📋 copy color: '#60599E'

red 96 ◦ green 89 ◦ blue 158

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

Shades of Rich Blue #60599E

Tints of Rich Blue #60599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

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

R = 27.99%
G = 25.95%
B = 46.06%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60599E (or 0x60599E) is known color: Rich Blue. HEX triplet: 60, 59 and 9E. RGB value is (96,89,158). Sum of RGB (Red+Green+Blue) = 96+89+158=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #60599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60599E is #9FA661. Grayscale: #626262. Windows color (decimal): -10462818 or 10377568. OLE color: 10377568.

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

Color convert

RGB 96 89 158 -
CMYK 0.39 0.44 0 0.38
HSL 246.09º 0.28% 0.48% -
HSV(B) 246.09º 0.44% 0.62% -
XYZ 14.57 12.1 33.92 -
YUV 98.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 96 89 158 0.39 0.44 0 0.38 246.09 0.28 0.48
Hex 60 59 9E 27 2C 0 26 F6 1C 30
Octal 140 131 236 47 54 0 46 366 34 60
Binary 1100000 1011001 10011110 100111 101100 0 100110 11110110 11100 110000

Color Harmonies of #60599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60599E

Black with #60599E

Text Example


Text Example

White with #60599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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