Html Css Color HEX #6A64AE Blue Marguerite

📋 copy color: '#6A64AE'

red 106 ◦ green 100 ◦ blue 174

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

Shades of Blue Marguerite #6A64AE

Tints of Blue Marguerite #6A64AE

RGB

 RED value IS 106 (41.8% from 255) = 27.89%

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 27.89%
G = 26.32%
B = 45.79%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A64AE (or 0x6A64AE) is known color: Blue Marguerite. HEX triplet: 6A, 64 and AE. RGB value is (106,100,174). Sum of RGB (Red+Green+Blue) = 106+100+174=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A64AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A64AE is #959B51. Grayscale: #6D6D6D. Windows color (decimal): -9804626 or 11428970. OLE color: 11428970.

HSL color Cylindrical-coordinate representation of color #6A64AE: hue angle of 244.86º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A64AE is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 100 174 -
CMYK 0.39 0.43 0 0.32
HSL 244.86º 0.31% 0.54% -
HSV(B) 244.86º 0.43% 0.68% -
XYZ 18.14 15.23 42.03 -
YUV 110.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 106 100 174 0.39 0.43 0 0.32 244.86 0.31 0.54
Hex 6A 64 AE 27 2B 0 20 F5 1F 36
Octal 152 144 256 47 53 0 40 365 37 66
Binary 1101010 1100100 10101110 100111 101011 0 100000 11110101 11111 110110

Color Harmonies of #6A64AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A64AE

Black with #6A64AE

Text Example


Text Example

White with #6A64AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A64AE; }

 p { color: rgb(106,100,174); }

 H1.HeaderClassName
 {
   color: #6A64AE;
 }
 .AnyTagClassName
 {
   color: #6A64AE;
 }
</style>

background-color css

<style>
 a { background-color: #6A64AE; }

 a { background-color: rgb(106,100,174); }

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

border-color css

<style>
 span { border-color: #6A64AE; }

 span { border-color: rgb(106,100,174); }

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