Html Css Color HEX #6051AD Blue Marguerite

📋 copy color: '#6051AD'

red 96 ◦ green 81 ◦ blue 173

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

Shades of Blue Marguerite #6051AD

Tints of Blue Marguerite #6051AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 27.43%
G = 23.14%
B = 49.43%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6051AD (or 0x6051AD) is known color: Blue Marguerite. HEX triplet: 60, 51 and AD. RGB value is (96,81,173). Sum of RGB (Red+Green+Blue) = 96+81+173=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #6051AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6051AD is #9FAE52. Grayscale: #5F5F5F. Windows color (decimal): -10464851 or 11358560. OLE color: 11358560.

HSL color Cylindrical-coordinate representation of color #6051AD: hue angle of 249.78º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6051AD is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 81 173 -
CMYK 0.45 0.53 0 0.32
HSL 249.78º 0.36% 0.5% -
HSV(B) 249.78º 0.53% 0.68% -
XYZ 15.31 11.39 40.93 -
YUV 95.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 96 81 173 0.45 0.53 0 0.32 249.78 0.36 0.5
Hex 60 51 AD 2D 35 0 20 FA 24 32
Octal 140 121 255 55 65 0 40 372 44 62
Binary 1100000 1010001 10101101 101101 110101 0 100000 11111010 100100 110010

Color Harmonies of #6051AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6051AD

Black with #6051AD

Text Example


Text Example

White with #6051AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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