Html Css Color HEX #60599D Rich Blue

📋 copy color: '#60599D'

red 96 ◦ green 89 ◦ blue 157

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

Shades of Rich Blue #60599D

Tints of Rich Blue #60599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.91%

R = 28.07%
G = 26.02%
B = 45.91%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60599D (or 0x60599D) is known color: Rich Blue. HEX triplet: 60, 59 and 9D. RGB value is (96,89,157). Sum of RGB (Red+Green+Blue) = 96+89+157=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #60599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60599D is #9FA662. Grayscale: #626262. Windows color (decimal): -10462819 or 10312032. OLE color: 10312032.

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

Color convert

RGB 96 89 157 -
CMYK 0.39 0.43 0 0.38
HSL 246.18º 0.28% 0.48% -
HSV(B) 246.18º 0.43% 0.62% -
XYZ 14.48 12.07 33.46 -
YUV 98.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 96 89 157 0.39 0.43 0 0.38 246.18 0.28 0.48
Hex 60 59 9D 27 2B 0 26 F6 1C 30
Octal 140 131 235 47 53 0 46 366 34 60
Binary 1100000 1011001 10011101 100111 101011 0 100110 11110110 11100 110000

Color Harmonies of #60599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60599D

Black with #60599D

Text Example


Text Example

White with #60599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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