Html Css Color HEX #6058BA Blue Marguerite

📋 copy color: '#6058BA'

red 96 ◦ green 88 ◦ blue 186

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

Shades of Blue Marguerite #6058BA

Tints of Blue Marguerite #6058BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 25.95%
G = 23.78%
B = 50.27%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6058BA (or 0x6058BA) is known color: Blue Marguerite. HEX triplet: 60, 58 and BA. RGB value is (96,88,186). Sum of RGB (Red+Green+Blue) = 96+88+186=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #6058BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058BA is #9FA745. Grayscale: #656565. Windows color (decimal): -10463046 or 12212320. OLE color: 12212320.

HSL color Cylindrical-coordinate representation of color #6058BA: hue angle of 244.9º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6058BA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 88 186 -
CMYK 0.48 0.53 0 0.27
HSL 244.9º 0.42% 0.54% -
HSV(B) 244.9º 0.53% 0.73% -
XYZ 17.18 13.01 48.06 -
YUV 101.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 96 88 186 0.48 0.53 0 0.27 244.9 0.42 0.54
Hex 60 58 BA 30 35 0 1B F5 2A 36
Octal 140 130 272 60 65 0 33 365 52 66
Binary 1100000 1011000 10111010 110000 110101 0 11011 11110101 101010 110110

Color Harmonies of #6058BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6058BA

Black with #6058BA

Text Example


Text Example

White with #6058BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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