Html Css Color HEX #6452AD Blue Marguerite

📋 copy color: '#6452AD'

red 100 ◦ green 82 ◦ blue 173

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

Shades of Blue Marguerite #6452AD

Tints of Blue Marguerite #6452AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 28.17%
G = 23.1%
B = 48.73%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6452AD (or 0x6452AD) is known color: Blue Marguerite. HEX triplet: 64, 52 and AD. RGB value is (100,82,173). Sum of RGB (Red+Green+Blue) = 100+82+173=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #6452AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6452AD is #9BAD52. Grayscale: #616161. Windows color (decimal): -10202451 or 11358820. OLE color: 11358820.

HSL color Cylindrical-coordinate representation of color #6452AD: hue angle of 251.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6452AD is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 82 173 -
CMYK 0.42 0.53 0 0.32
HSL 251.87º 0.36% 0.5% -
HSV(B) 251.87º 0.53% 0.68% -
XYZ 15.82 11.76 40.97 -
YUV 97.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 100 82 173 0.42 0.53 0 0.32 251.87 0.36 0.5
Hex 64 52 AD 2A 35 0 20 FC 24 32
Octal 144 122 255 52 65 0 40 374 44 62
Binary 1100100 1010010 10101101 101010 110101 0 100000 11111100 100100 110010

Color Harmonies of #6452AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452AD

Black with #6452AD

Text Example


Text Example

White with #6452AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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