Html Css Color HEX #6E5DB0 Blue Marguerite

📋 copy color: '#6E5DB0'

red 110 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #6E5DB0

Tints of Blue Marguerite #6E5DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

 BLUE value IS 176 (69.14% from 255) = 46.44%

R = 29.02%
G = 24.54%
B = 46.44%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E5DB0 (or 0x6E5DB0) is known color: Blue Marguerite. HEX triplet: 6E, 5D and B0. RGB value is (110,93,176). Sum of RGB (Red+Green+Blue) = 110+93+176=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #6E5DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5DB0 is #91A24F. Grayscale: #6B6B6B. Windows color (decimal): -9544272 or 11558254. OLE color: 11558254.

HSL color Cylindrical-coordinate representation of color #6E5DB0: hue angle of 252.29º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E5DB0 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 93 176 -
CMYK 0.37 0.47 0 0.31
HSL 252.29º 0.34% 0.53% -
HSV(B) 252.29º 0.47% 0.69% -
XYZ 18.18 14.28 42.87 -
YUV 107.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 110 93 176 0.37 0.47 0 0.31 252.29 0.34 0.53
Hex 6E 5D B0 25 2F 0 1F FC 22 35
Octal 156 135 260 45 57 0 37 374 42 65
Binary 1101110 1011101 10110000 100101 101111 0 11111 11111100 100010 110101

Color Harmonies of #6E5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5DB0

Black with #6E5DB0

Text Example


Text Example

White with #6E5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,93,176); }

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

background-color css

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

 a { background-color: rgb(110,93,176); }

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

border-color css

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

 span { border-color: rgb(110,93,176); }

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