Html Css Color HEX #6051AE Blue Marguerite

📋 copy color: '#6051AE'

red 96 ◦ green 81 ◦ blue 174

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

Shades of Blue Marguerite #6051AE

Tints of Blue Marguerite #6051AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.57%

R = 27.35%
G = 23.08%
B = 49.57%

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

#6051AE (or 0x6051AE) is known color: Blue Marguerite. HEX triplet: 60, 51 and AE. RGB value is (96,81,174). Sum of RGB (Red+Green+Blue) = 96+81+174=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #6051AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6051AE is #9FAE51. Grayscale: #5F5F5F. Windows color (decimal): -10464850 or 11424096. OLE color: 11424096.

HSL color Cylindrical-coordinate representation of color #6051AE: hue angle of 249.68º 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 #6051AE is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 81 174 -
CMYK 0.45 0.53 0 0.32
HSL 249.68º 0.36% 0.5% -
HSV(B) 249.68º 0.53% 0.68% -
XYZ 15.41 11.43 41.44 -
YUV 96.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 96 81 174 0.45 0.53 0 0.32 249.68 0.36 0.5
Hex 60 51 AE 2D 35 0 20 FA 24 32
Octal 140 121 256 55 65 0 40 372 44 62
Binary 1100000 1010001 10101110 101101 110101 0 100000 11111010 100100 110010

Color Harmonies of #6051AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6051AE

Black with #6051AE

Text Example


Text Example

White with #6051AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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