Html Css Color HEX #6452AC Blue Marguerite

📋 copy color: '#6452AC'

red 100 ◦ green 82 ◦ blue 172

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

Shades of Blue Marguerite #6452AC

Tints of Blue Marguerite #6452AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

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

R = 28.25%
G = 23.16%
B = 48.59%

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

#6452AC (or 0x6452AC) is known color: Blue Marguerite. HEX triplet: 64, 52 and AC. RGB value is (100,82,172). Sum of RGB (Red+Green+Blue) = 100+82+172=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #6452AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6452AC is #9BAD53. Grayscale: #616161. Windows color (decimal): -10202452 or 11293284. OLE color: 11293284.

HSL color Cylindrical-coordinate representation of color #6452AC: hue angle of 252º 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 #6452AC is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 82 172 -
CMYK 0.42 0.52 0 0.33
HSL 252º 0.35% 0.5% -
HSV(B) 252º 0.52% 0.67% -
XYZ 15.72 11.72 40.46 -
YUV 97.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 100 82 172 0.42 0.52 0 0.33 252 0.35 0.5
Hex 64 52 AC 2A 34 0 21 FC 23 32
Octal 144 122 254 52 64 0 41 374 43 62
Binary 1100100 1010010 10101100 101010 110100 0 100001 11111100 100011 110010

Color Harmonies of #6452AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452AC

Black with #6452AC

Text Example


Text Example

White with #6452AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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