Html Css Color HEX #6449BC Blue Marguerite

📋 copy color: '#6449BC'

red 100 ◦ green 73 ◦ blue 188

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

Shades of Blue Marguerite #6449BC

Tints of Blue Marguerite #6449BC

RGB

 RED value IS 100 (39.45% from 255) = 27.7%

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

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

R = 27.7%
G = 20.22%
B = 52.08%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6449BC (or 0x6449BC) is known color: Blue Marguerite. HEX triplet: 64, 49 and BC. RGB value is (100,73,188). Sum of RGB (Red+Green+Blue) = 100+73+188=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #6449BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449BC is #9BB643. Grayscale: #5D5D5D. Windows color (decimal): -10204740 or 12339556. OLE color: 12339556.

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

Color convert

RGB 100 73 188 -
CMYK 0.47 0.61 0 0.26
HSL 254.09º 0.46% 0.51% -
HSV(B) 254.09º 0.61% 0.74% -
XYZ 16.72 11.11 48.84 -
YUV 94.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 100 73 188 0.47 0.61 0 0.26 254.09 0.46 0.51
Hex 64 49 BC 2F 3D 0 1A FE 2E 33
Octal 144 111 274 57 75 0 32 376 56 63
Binary 1100100 1001001 10111100 101111 111101 0 11010 11111110 101110 110011

Color Harmonies of #6449BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449BC

Black with #6449BC

Text Example


Text Example

White with #6449BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,73,188); }

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

background-color css

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

 a { background-color: rgb(100,73,188); }

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

border-color css

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

 span { border-color: rgb(100,73,188); }

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