Html Css Color HEX #6E5CB2 Blue Marguerite

📋 copy color: '#6E5CB2'

red 110 ◦ green 92 ◦ blue 178

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

Shades of Blue Marguerite #6E5CB2

Tints of Blue Marguerite #6E5CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

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

R = 28.95%
G = 24.21%
B = 46.84%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E5CB2 (or 0x6E5CB2) is known color: Blue Marguerite. HEX triplet: 6E, 5C and B2. RGB value is (110,92,178). Sum of RGB (Red+Green+Blue) = 110+92+178=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 178 - color contains mainly: blue. Hex color #6E5CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5CB2 is #91A34D. Grayscale: #6A6A6A. Windows color (decimal): -9544526 or 11689070. OLE color: 11689070.

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

Color convert

RGB 110 92 178 -
CMYK 0.38 0.48 0 0.30
HSL 252.56º 0.36% 0.53% -
HSV(B) 252.56º 0.48% 0.7% -
XYZ 18.29 14.18 43.89 -
YUV 107.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 110 92 178 0.38 0.48 0 0.30 252.56 0.36 0.53
Hex 6E 5C B2 26 30 0 1E FD 24 35
Octal 156 134 262 46 60 0 36 375 44 65
Binary 1101110 1011100 10110010 100110 110000 0 11110 11111101 100100 110101

Color Harmonies of #6E5CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5CB2

Black with #6E5CB2

Text Example


Text Example

White with #6E5CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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