Html Css Color HEX #6453AC Blue Marguerite

📋 copy color: '#6453AC'

red 100 ◦ green 83 ◦ blue 172

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

Shades of Blue Marguerite #6453AC

Tints of Blue Marguerite #6453AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 28.17%
G = 23.38%
B = 48.45%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6453AC (or 0x6453AC) is known color: Blue Marguerite. HEX triplet: 64, 53 and AC. RGB value is (100,83,172). Sum of RGB (Red+Green+Blue) = 100+83+172=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #6453AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6453AC is #9BAC53. Grayscale: #616161. Windows color (decimal): -10202196 or 11293540. OLE color: 11293540.

HSL color Cylindrical-coordinate representation of color #6453AC: hue angle of 251.46º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6453AC is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 83 172 -
CMYK 0.42 0.52 0 0.33
HSL 251.46º 0.35% 0.5% -
HSV(B) 251.46º 0.52% 0.67% -
XYZ 15.8 11.87 40.49 -
YUV 98.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 100 83 172 0.42 0.52 0 0.33 251.46 0.35 0.5
Hex 64 53 AC 2A 34 0 21 FB 23 32
Octal 144 123 254 52 64 0 41 373 43 62
Binary 1100100 1010011 10101100 101010 110100 0 100001 11111011 100011 110010

Color Harmonies of #6453AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6453AC

Black with #6453AC

Text Example


Text Example

White with #6453AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6453AC; }

 p { color: rgb(100,83,172); }

 H1.HeaderClassName
 {
   color: #6453AC;
 }
 .AnyTagClassName
 {
   color: #6453AC;
 }
</style>

background-color css

<style>
 a { background-color: #6453AC; }

 a { background-color: rgb(100,83,172); }

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

border-color css

<style>
 span { border-color: #6453AC; }

 span { border-color: rgb(100,83,172); }

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