Html Css Color HEX #6453AA Blue Marguerite

📋 copy color: '#6453AA'

red 100 ◦ green 83 ◦ blue 170

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

Shades of Blue Marguerite #6453AA

Tints of Blue Marguerite #6453AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 28.33%
G = 23.51%
B = 48.16%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6453AA (or 0x6453AA) is known color: Blue Marguerite. HEX triplet: 64, 53 and AA. RGB value is (100,83,170). Sum of RGB (Red+Green+Blue) = 100+83+170=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #6453AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6453AA is #9BAC55. Grayscale: #616161. Windows color (decimal): -10202198 or 11162468. OLE color: 11162468.

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

Color convert

RGB 100 83 170 -
CMYK 0.41 0.51 0 0.33
HSL 251.72º 0.34% 0.5% -
HSV(B) 251.72º 0.51% 0.67% -
XYZ 15.6 11.8 39.49 -
YUV 98 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 100 83 170 0.41 0.51 0 0.33 251.72 0.34 0.5
Hex 64 53 AA 29 33 0 21 FC 22 32
Octal 144 123 252 51 63 0 41 374 42 62
Binary 1100100 1010011 10101010 101001 110011 0 100001 11111100 100010 110010

Color Harmonies of #6453AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6453AA

Black with #6453AA

Text Example


Text Example

White with #6453AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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