Html Css Color HEX #6149BE Blue Marguerite

📋 copy color: '#6149BE'

red 97 ◦ green 73 ◦ blue 190

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

Shades of Blue Marguerite #6149BE

Tints of Blue Marguerite #6149BE

RGB

 RED value IS 97 (38.28% from 255) = 26.94%

 GREEN value IS 73 (28.91% from 255) = 20.28%

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

R = 26.94%
G = 20.28%
B = 52.78%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6149BE (or 0x6149BE) is known color: Blue Marguerite. HEX triplet: 61, 49 and BE. RGB value is (97,73,190). Sum of RGB (Red+Green+Blue) = 97+73+190=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #6149BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6149BE is #9EB641. Grayscale: #5D5D5D. Windows color (decimal): -10401346 or 12470625. OLE color: 12470625.

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

Color convert

RGB 97 73 190 -
CMYK 0.49 0.62 0 0.25
HSL 252.31º 0.47% 0.52% -
HSV(B) 252.31º 0.62% 0.75% -
XYZ 16.61 11.02 49.97 -
YUV 93.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 97 73 190 0.49 0.62 0 0.25 252.31 0.47 0.52
Hex 61 49 BE 31 3E 0 19 FC 2F 34
Octal 141 111 276 61 76 0 31 374 57 64
Binary 1100001 1001001 10111110 110001 111110 0 11001 11111100 101111 110100

Color Harmonies of #6149BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6149BE

Black with #6149BE

Text Example


Text Example

White with #6149BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,73,190); }

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

background-color css

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

 a { background-color: rgb(97,73,190); }

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

border-color css

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

 span { border-color: rgb(97,73,190); }

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