Html Css Color HEX #6059AD Rich Blue

📋 copy color: '#6059AD'

red 96 ◦ green 89 ◦ blue 173

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

Shades of Rich Blue #6059AD

Tints of Rich Blue #6059AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 26.82%
G = 24.86%
B = 48.32%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6059AD (or 0x6059AD) is known color: Rich Blue. HEX triplet: 60, 59 and AD. RGB value is (96,89,173). Sum of RGB (Red+Green+Blue) = 96+89+173=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #6059AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6059AD is #9FA652. Grayscale: #646464. Windows color (decimal): -10462803 or 11360608. OLE color: 11360608.

HSL color Cylindrical-coordinate representation of color #6059AD: hue angle of 245º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6059AD is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 89 173 -
CMYK 0.45 0.49 0 0.32
HSL 245º 0.34% 0.51% -
HSV(B) 245º 0.49% 0.68% -
XYZ 15.94 12.65 41.14 -
YUV 100.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 96 89 173 0.45 0.49 0 0.32 245 0.34 0.51
Hex 60 59 AD 2D 31 0 20 F5 22 33
Octal 140 131 255 55 61 0 40 365 42 63
Binary 1100000 1011001 10101101 101101 110001 0 100000 11110101 100010 110011

Color Harmonies of #6059AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6059AD

Black with #6059AD

Text Example


Text Example

White with #6059AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6059AD; }

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

 H1.HeaderClassName
 {
   color: #6059AD;
 }
 .AnyTagClassName
 {
   color: #6059AD;
 }
</style>

background-color css

<style>
 a { background-color: #6059AD; }

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

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

border-color css

<style>
 span { border-color: #6059AD; }

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

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