Html Css Color HEX #6E55B2 Blue Marguerite

📋 copy color: '#6E55B2'

red 110 ◦ green 85 ◦ blue 178

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

Shades of Blue Marguerite #6E55B2

Tints of Blue Marguerite #6E55B2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

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

R = 29.49%
G = 22.79%
B = 47.72%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E55B2 (or 0x6E55B2) is known color: Blue Marguerite. HEX triplet: 6E, 55 and B2. RGB value is (110,85,178). Sum of RGB (Red+Green+Blue) = 110+85+178=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #6E55B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E55B2 is #91AA4D. Grayscale: #666666. Windows color (decimal): -9546318 or 11687278. OLE color: 11687278.

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

Color convert

RGB 110 85 178 -
CMYK 0.38 0.52 0 0.30
HSL 256.13º 0.38% 0.52% -
HSV(B) 256.13º 0.52% 0.7% -
XYZ 17.71 13.03 43.7 -
YUV 103.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 110 85 178 0.38 0.52 0 0.30 256.13 0.38 0.52
Hex 6E 55 B2 26 34 0 1E 100 26 34
Octal 156 125 262 46 64 0 36 400 46 64
Binary 1101110 1010101 10110010 100110 110100 0 11110 100000000 100110 110100

Color Harmonies of #6E55B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E55B2

Black with #6E55B2

Text Example


Text Example

White with #6E55B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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