Html Css Color HEX #6E5AB2 Blue Marguerite

📋 copy color: '#6E5AB2'

red 110 ◦ green 90 ◦ blue 178

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

Shades of Blue Marguerite #6E5AB2

Tints of Blue Marguerite #6E5AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.09%

R = 29.1%
G = 23.81%
B = 47.09%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E5AB2 (or 0x6E5AB2) is known color: Blue Marguerite. HEX triplet: 6E, 5A and B2. RGB value is (110,90,178). Sum of RGB (Red+Green+Blue) = 110+90+178=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #6E5AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5AB2 is #91A54D. Grayscale: #696969. Windows color (decimal): -9545038 or 11688558. OLE color: 11688558.

HSL color Cylindrical-coordinate representation of color #6E5AB2: hue angle of 253.64º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E5AB2 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 90 178 -
CMYK 0.38 0.49 0 0.30
HSL 253.64º 0.36% 0.53% -
HSV(B) 253.64º 0.49% 0.7% -
XYZ 18.12 13.84 43.84 -
YUV 106.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 110 90 178 0.38 0.49 0 0.30 253.64 0.36 0.53
Hex 6E 5A B2 26 31 0 1E FE 24 35
Octal 156 132 262 46 61 0 36 376 44 65
Binary 1101110 1011010 10110010 100110 110001 0 11110 11111110 100100 110101

Color Harmonies of #6E5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AB2

Black with #6E5AB2

Text Example


Text Example

White with #6E5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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