Html Css Color HEX #6058BB Blue Marguerite

📋 copy color: '#6058BB'

red 96 ◦ green 88 ◦ blue 187

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

Shades of Blue Marguerite #6058BB

Tints of Blue Marguerite #6058BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 25.88%
G = 23.72%
B = 50.4%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6058BB (or 0x6058BB) is known color: Blue Marguerite. HEX triplet: 60, 58 and BB. RGB value is (96,88,187). Sum of RGB (Red+Green+Blue) = 96+88+187=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #6058BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058BB is #9FA744. Grayscale: #656565. Windows color (decimal): -10463045 or 12277856. OLE color: 12277856.

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

Color convert

RGB 96 88 187 -
CMYK 0.49 0.53 0 0.27
HSL 244.85º 0.42% 0.54% -
HSV(B) 244.85º 0.53% 0.73% -
XYZ 17.28 13.05 48.62 -
YUV 101.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 96 88 187 0.49 0.53 0 0.27 244.85 0.42 0.54
Hex 60 58 BB 31 35 0 1B F5 2A 36
Octal 140 130 273 61 65 0 33 365 52 66
Binary 1100000 1011000 10111011 110001 110101 0 11011 11110101 101010 110110

Color Harmonies of #6058BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6058BB

Black with #6058BB

Text Example


Text Example

White with #6058BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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