Html Css Color HEX #6E4DBD Blue Marguerite

📋 copy color: '#6E4DBD'

red 110 ◦ green 77 ◦ blue 189

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

Shades of Blue Marguerite #6E4DBD

Tints of Blue Marguerite #6E4DBD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 29.26%
G = 20.48%
B = 50.27%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E4DBD (or 0x6E4DBD) is known color: Blue Marguerite. HEX triplet: 6E, 4D and BD. RGB value is (110,77,189). Sum of RGB (Red+Green+Blue) = 110+77+189=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E4DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DBD is #91B242. Grayscale: #636363. Windows color (decimal): -9548355 or 12406126. OLE color: 12406126.

HSL color Cylindrical-coordinate representation of color #6E4DBD: hue angle of 257.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E4DBD is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 77 189 -
CMYK 0.42 0.59 0 0.26
HSL 257.68º 0.46% 0.52% -
HSV(B) 257.68º 0.59% 0.74% -
XYZ 18.27 12.3 49.55 -
YUV 99.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 110 77 189 0.42 0.59 0 0.26 257.68 0.46 0.52
Hex 6E 4D BD 2A 3B 0 1A 102 2E 34
Octal 156 115 275 52 73 0 32 402 56 64
Binary 1101110 1001101 10111101 101010 111011 0 11010 100000010 101110 110100

Color Harmonies of #6E4DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4DBD

Black with #6E4DBD

Text Example


Text Example

White with #6E4DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,77,189); }

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

background-color css

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

 a { background-color: rgb(110,77,189); }

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

border-color css

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

 span { border-color: rgb(110,77,189); }

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