Html Css Color HEX #6047AB Blue Marguerite

📋 copy color: '#6047AB'

red 96 ◦ green 71 ◦ blue 171

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

Shades of Blue Marguerite #6047AB

Tints of Blue Marguerite #6047AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 28.4%
G = 21.01%
B = 50.59%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6047AB (or 0x6047AB) is known color: Blue Marguerite. HEX triplet: 60, 47 and AB. RGB value is (96,71,171). Sum of RGB (Red+Green+Blue) = 96+71+171=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #6047AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6047AB is #9FB854. Grayscale: #595959. Windows color (decimal): -10467413 or 11224928. OLE color: 11224928.

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

Color convert

RGB 96 71 171 -
CMYK 0.44 0.58 0 0.33
HSL 255º 0.41% 0.47% -
HSV(B) 255º 0.58% 0.67% -
XYZ 14.43 9.93 39.69 -
YUV 89.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 96 71 171 0.44 0.58 0 0.33 255 0.41 0.47
Hex 60 47 AB 2C 3A 0 21 FF 29 2F
Octal 140 107 253 54 72 0 41 377 51 57
Binary 1100000 1000111 10101011 101100 111010 0 100001 11111111 101001 101111

Color Harmonies of #6047AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6047AB

Black with #6047AB

Text Example


Text Example

White with #6047AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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