#6058B1

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

Shades of Rich Blue #6058B1

Tints of Rich Blue #6058B1

Color information

#6058B1 (or 0x6058B1) is unknown color: approx Rich Blue. HEX triplet: 60, 58 and B1. RGB value is (96,88,177). Sum of RGB (Red+Green+Blue) = 96+88+177=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #6058B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6058B1 is #9FA74E. Grayscale: #646464. Windows color (decimal): -10463055 or 11622496. OLE color: 11622496.

HSL color Cylindrical-coordinate representation of color #6058B1: hue angle of 245.39º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6058B1 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9688177-
CMYK0.460.5000.31
HSL245.39º36.33%51.96%-
HSV(B)245.39º50.28%69.41%-
XYZ16.2512.6443.18-
YUV100.54171.15124.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 177 (69.53% from 255) = 49.03%
R=26.59%
G=24.38%
B=49.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96881770.460.5000.31245.3936.3351.96
Hex6058B12E3201Ff52434
Octal14013026156620373654464
Binary110000010110001011000110111011001001111111110101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6058B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6058B1;
 }
 .AnyTagClassName
 {
   color: #6058B1;
 }
</style>
background-color css

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

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

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

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

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

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