Html Css Color HEX #6348BE Blue Marguerite

📋 copy color: '#6348BE'

red 99 ◦ green 72 ◦ blue 190

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

Shades of Blue Marguerite #6348BE

Tints of Blue Marguerite #6348BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 27.42%
G = 19.94%
B = 52.63%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6348BE (or 0x6348BE) is known color: Blue Marguerite. HEX triplet: 63, 48 and BE. RGB value is (99,72,190). Sum of RGB (Red+Green+Blue) = 99+72+190=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #6348BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348BE is #9CB741. Grayscale: #5D5D5D. Windows color (decimal): -10270530 or 12470371. OLE color: 12470371.

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

Color convert

RGB 99 72 190 -
CMYK 0.48 0.62 0 0.25
HSL 253.73º 0.48% 0.51% -
HSV(B) 253.73º 0.62% 0.75% -
XYZ 16.76 11.01 49.96 -
YUV 93.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 99 72 190 0.48 0.62 0 0.25 253.73 0.48 0.51
Hex 63 48 BE 30 3E 0 19 FE 30 33
Octal 143 110 276 60 76 0 31 376 60 63
Binary 1100011 1001000 10111110 110000 111110 0 11001 11111110 110000 110011

Color Harmonies of #6348BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6348BE

Black with #6348BE

Text Example


Text Example

White with #6348BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,72,190); }

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

background-color css

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

 a { background-color: rgb(99,72,190); }

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

border-color css

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

 span { border-color: rgb(99,72,190); }

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