#6A5EBB

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

Shades of Blue Marguerite #6A5EBB

Tints of Blue Marguerite #6A5EBB

Color information

#6A5EBB (or 0x6A5EBB) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5E and BB. RGB value is (106,94,187). Sum of RGB (Red+Green+Blue) = 106+94+187=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A5EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5EBB is #95A144. Grayscale: #6B6B6B. Windows color (decimal): -9806149 or 12279402. OLE color: 12279402.

HSL color Cylindrical-coordinate representation of color #6A5EBB: hue angle of 247.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A5EBB is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10694187-
CMYK0.430.5000.27
HSL247.74º40.61%55.1%-
HSV(B)247.74º49.73%73.33%-
XYZ18.9214.6648.85-
YUV108.19172.48126.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.39%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=27.39%
G=24.29%
B=48.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106941870.430.5000.27247.7440.6155.1
Hex6A5EBB2B3201Bf82937
Octal15213627353620333705167
Binary110101010111101011101110101111001001101111111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,94,187); }

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

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

 a { background-color: rgb(106,94,187); }

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

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

 span { border-color: rgb(106,94,187); }

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