Html Css Color HEX #6059AF Rich Blue

📋 copy color: '#6059AF'

red 96 ◦ green 89 ◦ blue 175

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

Shades of Rich Blue #6059AF

Tints of Rich Blue #6059AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 26.67%
G = 24.72%
B = 48.61%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6059AF (or 0x6059AF) is known color: Rich Blue. HEX triplet: 60, 59 and AF. RGB value is (96,89,175). Sum of RGB (Red+Green+Blue) = 96+89+175=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #6059AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6059AF is #9FA650. Grayscale: #646464. Windows color (decimal): -10462801 or 11491680. OLE color: 11491680.

HSL color Cylindrical-coordinate representation of color #6059AF: hue angle of 244.88º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6059AF is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 89 175 -
CMYK 0.45 0.49 0 0.31
HSL 244.88º 0.35% 0.52% -
HSV(B) 244.88º 0.49% 0.69% -
XYZ 16.13 12.73 42.16 -
YUV 100.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 96 89 175 0.45 0.49 0 0.31 244.88 0.35 0.52
Hex 60 59 AF 2D 31 0 1F F5 23 34
Octal 140 131 257 55 61 0 37 365 43 64
Binary 1100000 1011001 10101111 101101 110001 0 11111 11110101 100011 110100

Color Harmonies of #6059AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6059AF

Black with #6059AF

Text Example


Text Example

White with #6059AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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