Html Css Color HEX #6058AD Rich Blue

📋 copy color: '#6058AD'

red 96 ◦ green 88 ◦ blue 173

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

Shades of Rich Blue #6058AD

Tints of Rich Blue #6058AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 26.89%
G = 24.65%
B = 48.46%

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

#6058AD (or 0x6058AD) is known color: Rich Blue. HEX triplet: 60, 58 and AD. RGB value is (96,88,173). Sum of RGB (Red+Green+Blue) = 96+88+173=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #6058AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6058AD is #9FA752. Grayscale: #636363. Windows color (decimal): -10463059 or 11360352. OLE color: 11360352.

HSL color Cylindrical-coordinate representation of color #6058AD: hue angle of 245.65º 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 #6058AD is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 88 173 -
CMYK 0.45 0.49 0 0.32
HSL 245.65º 0.34% 0.51% -
HSV(B) 245.65º 0.49% 0.68% -
XYZ 15.86 12.48 41.11 -
YUV 100.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 96 88 173 0.45 0.49 0 0.32 245.65 0.34 0.51
Hex 60 58 AD 2D 31 0 20 F6 22 33
Octal 140 130 255 55 61 0 40 366 42 63
Binary 1100000 1011000 10101101 101101 110001 0 100000 11110110 100010 110011

Color Harmonies of #6058AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6058AD

Black with #6058AD

Text Example


Text Example

White with #6058AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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