Html Css Color HEX #6348BC Blue Marguerite

📋 copy color: '#6348BC'

red 99 ◦ green 72 ◦ blue 188

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

Shades of Blue Marguerite #6348BC

Tints of Blue Marguerite #6348BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 27.58%
G = 20.06%
B = 52.37%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6348BC (or 0x6348BC) is known color: Blue Marguerite. HEX triplet: 63, 48 and BC. RGB value is (99,72,188). Sum of RGB (Red+Green+Blue) = 99+72+188=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #6348BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348BC is #9CB743. Grayscale: #5C5C5C. Windows color (decimal): -10270532 or 12339299. OLE color: 12339299.

HSL color Cylindrical-coordinate representation of color #6348BC: hue angle of 253.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6348BC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 72 188 -
CMYK 0.47 0.62 0 0.26
HSL 253.97º 0.46% 0.51% -
HSV(B) 253.97º 0.62% 0.74% -
XYZ 16.54 10.92 48.81 -
YUV 93.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 99 72 188 0.47 0.62 0 0.26 253.97 0.46 0.51
Hex 63 48 BC 2F 3E 0 1A FE 2E 33
Octal 143 110 274 57 76 0 32 376 56 63
Binary 1100011 1001000 10111100 101111 111110 0 11010 11111110 101110 110011

Color Harmonies of #6348BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6348BC

Black with #6348BC

Text Example


Text Example

White with #6348BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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