Html Css Color HEX #6051BE Blue Marguerite

📋 copy color: '#6051BE'

red 96 ◦ green 81 ◦ blue 190

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

Shades of Blue Marguerite #6051BE

Tints of Blue Marguerite #6051BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 26.16%
G = 22.07%
B = 51.77%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6051BE (or 0x6051BE) is known color: Blue Marguerite. HEX triplet: 60, 51 and BE. RGB value is (96,81,190). Sum of RGB (Red+Green+Blue) = 96+81+190=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #6051BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051BE is #9FAE41. Grayscale: #616161. Windows color (decimal): -10464834 or 12472672. OLE color: 12472672.

HSL color Cylindrical-coordinate representation of color #6051BE: hue angle of 248.26º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6051BE is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 81 190 -
CMYK 0.49 0.57 0 0.25
HSL 248.26º 0.46% 0.53% -
HSV(B) 248.26º 0.57% 0.75% -
XYZ 17.06 12.09 50.15 -
YUV 97.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 96 81 190 0.49 0.57 0 0.25 248.26 0.46 0.53
Hex 60 51 BE 31 39 0 19 F8 2E 35
Octal 140 121 276 61 71 0 31 370 56 65
Binary 1100000 1010001 10111110 110001 111001 0 11001 11111000 101110 110101

Color Harmonies of #6051BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6051BE

Black with #6051BE

Text Example


Text Example

White with #6051BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6051BE; }

 p { color: rgb(96,81,190); }

 H1.HeaderClassName
 {
   color: #6051BE;
 }
 .AnyTagClassName
 {
   color: #6051BE;
 }
</style>

background-color css

<style>
 a { background-color: #6051BE; }

 a { background-color: rgb(96,81,190); }

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

border-color css

<style>
 span { border-color: #6051BE; }

 span { border-color: rgb(96,81,190); }

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