Html Css Color HEX #6058B0 Rich Blue

📋 copy color: '#6058B0'

red 96 ◦ green 88 ◦ blue 176

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

Shades of Rich Blue #6058B0

Tints of Rich Blue #6058B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.89%

R = 26.67%
G = 24.44%
B = 48.89%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6058B0 (or 0x6058B0) is known color: Rich Blue. HEX triplet: 60, 58 and B0. RGB value is (96,88,176). Sum of RGB (Red+Green+Blue) = 96+88+176=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #6058B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6058B0 is #9FA74F. Grayscale: #646464. Windows color (decimal): -10463056 or 11556960. OLE color: 11556960.

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

Color convert

RGB 96 88 176 -
CMYK 0.45 0.50 0 0.31
HSL 245.45º 0.36% 0.52% -
HSV(B) 245.45º 0.5% 0.69% -
XYZ 16.15 12.6 42.66 -
YUV 100.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 96 88 176 0.45 0.50 0 0.31 245.45 0.36 0.52
Hex 60 58 B0 2D 32 0 1F F5 24 34
Octal 140 130 260 55 62 0 37 365 44 64
Binary 1100000 1011000 10110000 101101 110010 0 11111 11110101 100100 110100

Color Harmonies of #6058B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6058B0

Black with #6058B0

Text Example


Text Example

White with #6058B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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