Html Css Color HEX #6059BC Blue Marguerite

📋 copy color: '#6059BC'

red 96 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #6059BC

Tints of Blue Marguerite #6059BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 25.74%
G = 23.86%
B = 50.4%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6059BC (or 0x6059BC) is known color: Blue Marguerite. HEX triplet: 60, 59 and BC. RGB value is (96,89,188). Sum of RGB (Red+Green+Blue) = 96+89+188=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6059BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059BC is #9FA643. Grayscale: #656565. Windows color (decimal): -10462788 or 12343648. OLE color: 12343648.

HSL color Cylindrical-coordinate representation of color #6059BC: hue angle of 244.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6059BC is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 89 188 -
CMYK 0.49 0.53 0 0.26
HSL 244.24º 0.42% 0.54% -
HSV(B) 244.24º 0.53% 0.74% -
XYZ 17.47 13.26 49.22 -
YUV 102.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 96 89 188 0.49 0.53 0 0.26 244.24 0.42 0.54
Hex 60 59 BC 31 35 0 1A F4 2A 36
Octal 140 131 274 61 65 0 32 364 52 66
Binary 1100000 1011001 10111100 110001 110101 0 11010 11110100 101010 110110

Color Harmonies of #6059BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6059BC

Black with #6059BC

Text Example


Text Example

White with #6059BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6059BC; }

 p { color: rgb(96,89,188); }

 H1.HeaderClassName
 {
   color: #6059BC;
 }
 .AnyTagClassName
 {
   color: #6059BC;
 }
</style>

background-color css

<style>
 a { background-color: #6059BC; }

 a { background-color: rgb(96,89,188); }

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

border-color css

<style>
 span { border-color: #6059BC; }

 span { border-color: rgb(96,89,188); }

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