#6058AD

Color #6058AD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #6058AD

Tints of Rich Blue #6058AD

Color information

#6058AD (or 0x6058AD) is unknown color: approx 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

RGB9688173-
CMYK0.450.4900.32
HSL245.65º34.14%51.18%-
HSV(B)245.65º49.13%67.84%-
XYZ15.8612.4841.11-
YUV100.08169.15125.09-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96881730.450.4900.32245.6534.1451.18
Hex6058AD2D31020f62233
Octal14013025555610403664263
Binary1100000101100010101101101101110001010000011110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6058AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>