Html Css Color HEX #6A5FAE Blue Marguerite

📋 copy color: '#6A5FAE'

red 106 ◦ green 95 ◦ blue 174

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

Shades of Blue Marguerite #6A5FAE

Tints of Blue Marguerite #6A5FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

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

R = 28.27%
G = 25.33%
B = 46.4%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A5FAE (or 0x6A5FAE) is known color: Blue Marguerite. HEX triplet: 6A, 5F and AE. RGB value is (106,95,174). Sum of RGB (Red+Green+Blue) = 106+95+174=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A5FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5FAE is #95A051. Grayscale: #6A6A6A. Windows color (decimal): -9805906 or 11427690. OLE color: 11427690.

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

Color convert

RGB 106 95 174 -
CMYK 0.39 0.45 0 0.32
HSL 248.35º 0.33% 0.53% -
HSV(B) 248.35º 0.45% 0.68% -
XYZ 17.68 14.3 41.87 -
YUV 107.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 106 95 174 0.39 0.45 0 0.32 248.35 0.33 0.53
Hex 6A 5F AE 27 2D 0 20 F8 21 35
Octal 152 137 256 47 55 0 40 370 41 65
Binary 1101010 1011111 10101110 100111 101101 0 100000 11111000 100001 110101

Color Harmonies of #6A5FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5FAE

Black with #6A5FAE

Text Example


Text Example

White with #6A5FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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