Html Css Color HEX #60599C Rich Blue

📋 copy color: '#60599C'

red 96 ◦ green 89 ◦ blue 156

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

Shades of Rich Blue #60599C

Tints of Rich Blue #60599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 28.15%
G = 26.1%
B = 45.75%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60599C (or 0x60599C) is known color: Rich Blue. HEX triplet: 60, 59 and 9C. RGB value is (96,89,156). Sum of RGB (Red+Green+Blue) = 96+89+156=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #60599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60599C is #9FA663. Grayscale: #626262. Windows color (decimal): -10462820 or 10246496. OLE color: 10246496.

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

Color convert

RGB 96 89 156 -
CMYK 0.38 0.43 0 0.39
HSL 246.27º 0.27% 0.48% -
HSV(B) 246.27º 0.43% 0.61% -
XYZ 14.4 12.03 33.02 -
YUV 98.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 96 89 156 0.38 0.43 0 0.39 246.27 0.27 0.48
Hex 60 59 9C 26 2B 0 27 F6 1B 30
Octal 140 131 234 46 53 0 47 366 33 60
Binary 1100000 1011001 10011100 100110 101011 0 100111 11110110 11011 110000

Color Harmonies of #60599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60599C

Black with #60599C

Text Example


Text Example

White with #60599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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