Html Css Color HEX #6059A9 Rich Blue

📋 copy color: '#6059A9'

red 96 ◦ green 89 ◦ blue 169

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

Shades of Rich Blue #6059A9

Tints of Rich Blue #6059A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 47.74%

R = 27.12%
G = 25.14%
B = 47.74%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6059A9 (or 0x6059A9) is known color: Rich Blue. HEX triplet: 60, 59 and A9. RGB value is (96,89,169). Sum of RGB (Red+Green+Blue) = 96+89+169=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 169 - color contains mainly: blue. Hex color #6059A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6059A9 is #9FA656. Grayscale: #636363. Windows color (decimal): -10462807 or 11098464. OLE color: 11098464.

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

Color convert

RGB 96 89 169 -
CMYK 0.43 0.47 0 0.34
HSL 245.25º 0.32% 0.51% -
HSV(B) 245.25º 0.47% 0.66% -
XYZ 15.56 12.5 39.13 -
YUV 100.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 96 89 169 0.43 0.47 0 0.34 245.25 0.32 0.51
Hex 60 59 A9 2B 2F 0 22 F5 20 33
Octal 140 131 251 53 57 0 42 365 40 63
Binary 1100000 1011001 10101001 101011 101111 0 100010 11110101 100000 110011

Color Harmonies of #6059A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6059A9

Black with #6059A9

Text Example


Text Example

White with #6059A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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