Html Css Color HEX #6349BA Blue Marguerite

📋 copy color: '#6349BA'

red 99 ◦ green 73 ◦ blue 186

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

Shades of Blue Marguerite #6349BA

Tints of Blue Marguerite #6349BA

RGB

 RED value IS 99 (39.06% from 255) = 27.65%

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 27.65%
G = 20.39%
B = 51.96%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6349BA (or 0x6349BA) is known color: Blue Marguerite. HEX triplet: 63, 49 and BA. RGB value is (99,73,186). Sum of RGB (Red+Green+Blue) = 99+73+186=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #6349BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6349BA is #9CB645. Grayscale: #5D5D5D. Windows color (decimal): -10270278 or 12208483. OLE color: 12208483.

HSL color Cylindrical-coordinate representation of color #6349BA: hue angle of 253.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6349BA is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 73 186 -
CMYK 0.47 0.61 0 0.27
HSL 253.81º 0.45% 0.51% -
HSV(B) 253.81º 0.61% 0.73% -
XYZ 16.39 10.96 47.71 -
YUV 93.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 99 73 186 0.47 0.61 0 0.27 253.81 0.45 0.51
Hex 63 49 BA 2F 3D 0 1B FE 2D 33
Octal 143 111 272 57 75 0 33 376 55 63
Binary 1100011 1001001 10111010 101111 111101 0 11011 11111110 101101 110011

Color Harmonies of #6349BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6349BA

Black with #6349BA

Text Example


Text Example

White with #6349BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6349BA; }

 p { color: rgb(99,73,186); }

 H1.HeaderClassName
 {
   color: #6349BA;
 }
 .AnyTagClassName
 {
   color: #6349BA;
 }
</style>

background-color css

<style>
 a { background-color: #6349BA; }

 a { background-color: rgb(99,73,186); }

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

border-color css

<style>
 span { border-color: #6349BA; }

 span { border-color: rgb(99,73,186); }

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