Html Css Color HEX #6452AB Blue Marguerite

📋 copy color: '#6452AB'

red 100 ◦ green 82 ◦ blue 171

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

Shades of Blue Marguerite #6452AB

Tints of Blue Marguerite #6452AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 28.33%
G = 23.23%
B = 48.44%

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

#6452AB (or 0x6452AB) is known color: Blue Marguerite. HEX triplet: 64, 52 and AB. RGB value is (100,82,171). Sum of RGB (Red+Green+Blue) = 100+82+171=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #6452AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6452AB is #9BAD54. Grayscale: #616161. Windows color (decimal): -10202453 or 11227748. OLE color: 11227748.

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

Color convert

RGB 100 82 171 -
CMYK 0.42 0.52 0 0.33
HSL 252.13º 0.35% 0.5% -
HSV(B) 252.13º 0.52% 0.67% -
XYZ 15.62 11.68 39.96 -
YUV 97.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 100 82 171 0.42 0.52 0 0.33 252.13 0.35 0.5
Hex 64 52 AB 2A 34 0 21 FC 23 32
Octal 144 122 253 52 64 0 41 374 43 62
Binary 1100100 1010010 10101011 101010 110100 0 100001 11111100 100011 110010

Color Harmonies of #6452AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452AB

Black with #6452AB

Text Example


Text Example

White with #6452AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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