Html Css Color HEX #6E4ABB Blue Marguerite

📋 copy color: '#6E4ABB'

red 110 ◦ green 74 ◦ blue 187

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

Shades of Blue Marguerite #6E4ABB

Tints of Blue Marguerite #6E4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 29.65%
G = 19.95%
B = 50.4%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E4ABB (or 0x6E4ABB) is known color: Blue Marguerite. HEX triplet: 6E, 4A and BB. RGB value is (110,74,187). Sum of RGB (Red+Green+Blue) = 110+74+187=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E4ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4ABB is #91B544. Grayscale: #616161. Windows color (decimal): -9549125 or 12274286. OLE color: 12274286.

HSL color Cylindrical-coordinate representation of color #6E4ABB: hue angle of 259.12º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E4ABB is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 74 187 -
CMYK 0.41 0.60 0 0.27
HSL 259.12º 0.45% 0.51% -
HSV(B) 259.12º 0.6% 0.73% -
XYZ 17.85 11.8 48.35 -
YUV 97.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 110 74 187 0.41 0.60 0 0.27 259.12 0.45 0.51
Hex 6E 4A BB 29 3C 0 1B 103 2D 33
Octal 156 112 273 51 74 0 33 403 55 63
Binary 1101110 1001010 10111011 101001 111100 0 11011 100000011 101101 110011

Color Harmonies of #6E4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4ABB

Black with #6E4ABB

Text Example


Text Example

White with #6E4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,74,187); }

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

background-color css

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

 a { background-color: rgb(110,74,187); }

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

border-color css

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

 span { border-color: rgb(110,74,187); }

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