#6E4CBF

Color #6E4CBF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6E4CBF

Tints of Blue Marguerite #6E4CBF

Color information

#6E4CBF (or 0x6E4CBF) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4C and BF. RGB value is (110,76,191). Sum of RGB (Red+Green+Blue) = 110+76+191=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E4CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4CBF is #91B340. Grayscale: #626262. Windows color (decimal): -9548609 or 12536942. OLE color: 12536942.

HSL color Cylindrical-coordinate representation of color #6E4CBF: hue angle of 257.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E4CBF is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11076191-
CMYK0.420.6000.25
HSL257.74º47.33%52.35%-
HSV(B)257.74º60.21%74.9%-
XYZ18.4212.2550.68-
YUV99.28179.76135.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 191 (75% from 255) = 50.66%
R=29.18%
G=20.16%
B=50.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110761910.420.6000.25257.7447.3352.35
Hex6E4CBF2A3C0191022f34
Octal15611427752740314025764
Binary1101110100110010111111101010111100011001100000010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,76,191); }

 H1.HeaderClassName
 {
   color: #6E4CBF;
 }
 .AnyTagClassName
 {
   color: #6E4CBF;
 }
</style>
background-color css

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

 a { background-color: rgb(110,76,191); }

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

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

 span { border-color: rgb(110,76,191); }

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