Html Css Color HEX #6051AB Blue Marguerite

📋 copy color: '#6051AB'

red 96 ◦ green 81 ◦ blue 171

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

Shades of Blue Marguerite #6051AB

Tints of Blue Marguerite #6051AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 27.59%
G = 23.28%
B = 49.14%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6051AB (or 0x6051AB) is known color: Blue Marguerite. HEX triplet: 60, 51 and AB. RGB value is (96,81,171). Sum of RGB (Red+Green+Blue) = 96+81+171=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #6051AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6051AB is #9FAE54. Grayscale: #5F5F5F. Windows color (decimal): -10464853 or 11227488. OLE color: 11227488.

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

Color convert

RGB 96 81 171 -
CMYK 0.44 0.53 0 0.33
HSL 250º 0.36% 0.49% -
HSV(B) 250º 0.53% 0.67% -
XYZ 15.12 11.31 39.91 -
YUV 95.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 96 81 171 0.44 0.53 0 0.33 250 0.36 0.49
Hex 60 51 AB 2C 35 0 21 FA 24 31
Octal 140 121 253 54 65 0 41 372 44 61
Binary 1100000 1010001 10101011 101100 110101 0 100001 11111010 100100 110001

Color Harmonies of #6051AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6051AB

Black with #6051AB

Text Example


Text Example

White with #6051AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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