Html Css Color HEX #6451AA Blue Marguerite

📋 copy color: '#6451AA'

red 100 ◦ green 81 ◦ blue 170

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

Shades of Blue Marguerite #6451AA

Tints of Blue Marguerite #6451AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.08%

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

R = 28.49%
G = 23.08%
B = 48.43%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6451AA (or 0x6451AA) is known color: Blue Marguerite. HEX triplet: 64, 51 and AA. RGB value is (100,81,170). Sum of RGB (Red+Green+Blue) = 100+81+170=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #6451AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6451AA is #9BAE55. Grayscale: #606060. Windows color (decimal): -10202710 or 11161956. OLE color: 11161956.

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

Color convert

RGB 100 81 170 -
CMYK 0.41 0.52 0 0.33
HSL 252.81º 0.35% 0.49% -
HSV(B) 252.81º 0.52% 0.67% -
XYZ 15.45 11.5 39.43 -
YUV 96.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 100 81 170 0.41 0.52 0 0.33 252.81 0.35 0.49
Hex 64 51 AA 29 34 0 21 FD 23 31
Octal 144 121 252 51 64 0 41 375 43 61
Binary 1100100 1010001 10101010 101001 110100 0 100001 11111101 100011 110001

Color Harmonies of #6451AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6451AA

Black with #6451AA

Text Example


Text Example

White with #6451AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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