Html Css Color HEX #6452A1 Blue Marguerite

📋 copy color: '#6452A1'

red 100 ◦ green 82 ◦ blue 161

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

Shades of Blue Marguerite #6452A1

Tints of Blue Marguerite #6452A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.94%

R = 29.15%
G = 23.91%
B = 46.94%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6452A1 (or 0x6452A1) is known color: Blue Marguerite. HEX triplet: 64, 52 and A1. RGB value is (100,82,161). Sum of RGB (Red+Green+Blue) = 100+82+161=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #6452A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6452A1 is #9BAD5E. Grayscale: #606060. Windows color (decimal): -10202463 or 10572388. OLE color: 10572388.

HSL color Cylindrical-coordinate representation of color #6452A1: hue angle of 253.67º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6452A1 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 82 161 -
CMYK 0.38 0.49 0 0.37
HSL 253.67º 0.33% 0.48% -
HSV(B) 253.67º 0.49% 0.63% -
XYZ 14.71 11.32 35.13 -
YUV 96.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 100 82 161 0.38 0.49 0 0.37 253.67 0.33 0.48
Hex 64 52 A1 26 31 0 25 FE 21 30
Octal 144 122 241 46 61 0 45 376 41 60
Binary 1100100 1010010 10100001 100110 110001 0 100101 11111110 100001 110000

Color Harmonies of #6452A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452A1

Black with #6452A1

Text Example


Text Example

White with #6452A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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