Html Css Color HEX #6151BD Blue Marguerite

📋 copy color: '#6151BD'

red 97 ◦ green 81 ◦ blue 189

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

Shades of Blue Marguerite #6151BD

Tints of Blue Marguerite #6151BD

RGB

 RED value IS 97 (38.28% from 255) = 26.43%

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 26.43%
G = 22.07%
B = 51.5%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6151BD (or 0x6151BD) is known color: Blue Marguerite. HEX triplet: 61, 51 and BD. RGB value is (97,81,189). Sum of RGB (Red+Green+Blue) = 97+81+189=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #6151BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151BD is #9EAE42. Grayscale: #616161. Windows color (decimal): -10399299 or 12407137. OLE color: 12407137.

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

Color convert

RGB 97 81 189 -
CMYK 0.49 0.57 0 0.26
HSL 248.89º 0.45% 0.53% -
HSV(B) 248.89º 0.57% 0.74% -
XYZ 17.06 12.1 49.58 -
YUV 98.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 97 81 189 0.49 0.57 0 0.26 248.89 0.45 0.53
Hex 61 51 BD 31 39 0 1A F9 2D 35
Octal 141 121 275 61 71 0 32 371 55 65
Binary 1100001 1010001 10111101 110001 111001 0 11010 11111001 101101 110101

Color Harmonies of #6151BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6151BD

Black with #6151BD

Text Example


Text Example

White with #6151BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6151BD; }

 p { color: rgb(97,81,189); }

 H1.HeaderClassName
 {
   color: #6151BD;
 }
 .AnyTagClassName
 {
   color: #6151BD;
 }
</style>

background-color css

<style>
 a { background-color: #6151BD; }

 a { background-color: rgb(97,81,189); }

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

border-color css

<style>
 span { border-color: #6151BD; }

 span { border-color: rgb(97,81,189); }

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