Html Css Color HEX #6E5FBC Blue Marguerite

📋 copy color: '#6E5FBC'

red 110 ◦ green 95 ◦ blue 188

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

Shades of Blue Marguerite #6E5FBC

Tints of Blue Marguerite #6E5FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 27.99%
G = 24.17%
B = 47.84%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E5FBC (or 0x6E5FBC) is known color: Blue Marguerite. HEX triplet: 6E, 5F and BC. RGB value is (110,95,188). Sum of RGB (Red+Green+Blue) = 110+95+188=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FBC is #91A043. Grayscale: #6D6D6D. Windows color (decimal): -9543748 or 12345198. OLE color: 12345198.

HSL color Cylindrical-coordinate representation of color #6E5FBC: hue angle of 249.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E5FBC is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 95 188 -
CMYK 0.41 0.49 0 0.26
HSL 249.68º 0.41% 0.55% -
HSV(B) 249.68º 0.49% 0.74% -
XYZ 19.6 15.13 49.46 -
YUV 110.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 110 95 188 0.41 0.49 0 0.26 249.68 0.41 0.55
Hex 6E 5F BC 29 31 0 1A FA 29 37
Octal 156 137 274 51 61 0 32 372 51 67
Binary 1101110 1011111 10111100 101001 110001 0 11010 11111010 101001 110111

Color Harmonies of #6E5FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FBC

Black with #6E5FBC

Text Example


Text Example

White with #6E5FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,95,188); }

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

background-color css

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

 a { background-color: rgb(110,95,188); }

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

border-color css

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

 span { border-color: rgb(110,95,188); }

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