Html Css Color HEX #6E58BE Blue Marguerite

📋 copy color: '#6E58BE'

red 110 ◦ green 88 ◦ blue 190

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

Shades of Blue Marguerite #6E58BE

Tints of Blue Marguerite #6E58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.68%

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 28.35%
G = 22.68%
B = 48.97%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E58BE (or 0x6E58BE) is known color: Blue Marguerite. HEX triplet: 6E, 58 and BE. RGB value is (110,88,190). Sum of RGB (Red+Green+Blue) = 110+88+190=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E58BE is #91A741. Grayscale: #696969. Windows color (decimal): -9545538 or 12474478. OLE color: 12474478.

HSL color Cylindrical-coordinate representation of color #6E58BE: hue angle of 252.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E58BE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 88 190 -
CMYK 0.42 0.54 0 0.25
HSL 252.94º 0.44% 0.55% -
HSV(B) 252.94º 0.54% 0.75% -
XYZ 19.21 14.01 50.41 -
YUV 106.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 110 88 190 0.42 0.54 0 0.25 252.94 0.44 0.55
Hex 6E 58 BE 2A 36 0 19 FD 2C 37
Octal 156 130 276 52 66 0 31 375 54 67
Binary 1101110 1011000 10111110 101010 110110 0 11001 11111101 101100 110111

Color Harmonies of #6E58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E58BE

Black with #6E58BE

Text Example


Text Example

White with #6E58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,88,190); }

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

background-color css

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

 a { background-color: rgb(110,88,190); }

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

border-color css

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

 span { border-color: rgb(110,88,190); }

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