Html Css Color HEX #6047BE Blue Marguerite

📋 copy color: '#6047BE'

red 96 ◦ green 71 ◦ blue 190

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

Shades of Blue Marguerite #6047BE

Tints of Blue Marguerite #6047BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 26.89%
G = 19.89%
B = 53.22%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6047BE (or 0x6047BE) is known color: Blue Marguerite. HEX triplet: 60, 47 and BE. RGB value is (96,71,190). Sum of RGB (Red+Green+Blue) = 96+71+190=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #6047BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047BE is #9FB841. Grayscale: #5B5B5B. Windows color (decimal): -10467394 or 12470112. OLE color: 12470112.

HSL color Cylindrical-coordinate representation of color #6047BE: hue angle of 252.61º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6047BE is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 71 190 -
CMYK 0.49 0.63 0 0.25
HSL 252.61º 0.48% 0.51% -
HSV(B) 252.61º 0.63% 0.75% -
XYZ 16.37 10.71 49.92 -
YUV 92.04 183.28 130.82 -
System Red Green Blue C M Y K H S L
Decimal 96 71 190 0.49 0.63 0 0.25 252.61 0.48 0.51
Hex 60 47 BE 31 3F 0 19 FD 30 33
Octal 140 107 276 61 77 0 31 375 60 63
Binary 1100000 1000111 10111110 110001 111111 0 11001 11111101 110000 110011

Color Harmonies of #6047BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6047BE

Black with #6047BE

Text Example


Text Example

White with #6047BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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