Html Css Color HEX #6051BB Blue Marguerite

📋 copy color: '#6051BB'

red 96 ◦ green 81 ◦ blue 187

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

Shades of Blue Marguerite #6051BB

Tints of Blue Marguerite #6051BB

RGB

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

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

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

R = 26.37%
G = 22.25%
B = 51.37%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6051BB (or 0x6051BB) is known color: Blue Marguerite. HEX triplet: 60, 51 and BB. RGB value is (96,81,187). Sum of RGB (Red+Green+Blue) = 96+81+187=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #6051BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051BB is #9FAE44. Grayscale: #616161. Windows color (decimal): -10464837 or 12276064. OLE color: 12276064.

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

Color convert

RGB 96 81 187 -
CMYK 0.49 0.57 0 0.27
HSL 248.49º 0.44% 0.53% -
HSV(B) 248.49º 0.57% 0.73% -
XYZ 16.74 11.96 48.44 -
YUV 97.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 96 81 187 0.49 0.57 0 0.27 248.49 0.44 0.53
Hex 60 51 BB 31 39 0 1B F8 2C 35
Octal 140 121 273 61 71 0 33 370 54 65
Binary 1100000 1010001 10111011 110001 111001 0 11011 11111000 101100 110101

Color Harmonies of #6051BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6051BB

Black with #6051BB

Text Example


Text Example

White with #6051BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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