Html Css Color HEX #6E5AAF Blue Marguerite

📋 copy color: '#6E5AAF'

red 110 ◦ green 90 ◦ blue 175

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

Shades of Blue Marguerite #6E5AAF

Tints of Blue Marguerite #6E5AAF

RGB

 RED value IS 110 (43.36% from 255) = 29.33%

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 29.33%
G = 24%
B = 46.67%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E5AAF (or 0x6E5AAF) is known color: Blue Marguerite. HEX triplet: 6E, 5A and AF. RGB value is (110,90,175). Sum of RGB (Red+Green+Blue) = 110+90+175=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E5AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5AAF is #91A550. Grayscale: #696969. Windows color (decimal): -9545041 or 11491950. OLE color: 11491950.

HSL color Cylindrical-coordinate representation of color #6E5AAF: hue angle of 254.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E5AAF is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 90 175 -
CMYK 0.37 0.49 0 0.31
HSL 254.12º 0.35% 0.52% -
HSV(B) 254.12º 0.49% 0.69% -
XYZ 17.82 13.72 42.27 -
YUV 105.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 110 90 175 0.37 0.49 0 0.31 254.12 0.35 0.52
Hex 6E 5A AF 25 31 0 1F FE 23 34
Octal 156 132 257 45 61 0 37 376 43 64
Binary 1101110 1011010 10101111 100101 110001 0 11111 11111110 100011 110100

Color Harmonies of #6E5AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AAF

Black with #6E5AAF

Text Example


Text Example

White with #6E5AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,90,175); }

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

background-color css

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

 a { background-color: rgb(110,90,175); }

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

border-color css

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

 span { border-color: rgb(110,90,175); }

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