Html Css Color HEX #6346BA Blue Marguerite

📋 copy color: '#6346BA'

red 99 ◦ green 70 ◦ blue 186

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

Shades of Blue Marguerite #6346BA

Tints of Blue Marguerite #6346BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.72%

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

R = 27.89%
G = 19.72%
B = 52.39%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6346BA (or 0x6346BA) is known color: Blue Marguerite. HEX triplet: 63, 46 and BA. RGB value is (99,70,186). Sum of RGB (Red+Green+Blue) = 99+70+186=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #6346BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6346BA is #9CB945. Grayscale: #5B5B5B. Windows color (decimal): -10271046 or 12207715. OLE color: 12207715.

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

Color convert

RGB 99 70 186 -
CMYK 0.47 0.62 0 0.27
HSL 255º 0.46% 0.5% -
HSV(B) 255º 0.62% 0.73% -
XYZ 16.2 10.58 47.64 -
YUV 91.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 99 70 186 0.47 0.62 0 0.27 255 0.46 0.5
Hex 63 46 BA 2F 3E 0 1B FF 2E 32
Octal 143 106 272 57 76 0 33 377 56 62
Binary 1100011 1000110 10111010 101111 111110 0 11011 11111111 101110 110010

Color Harmonies of #6346BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6346BA

Black with #6346BA

Text Example


Text Example

White with #6346BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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