#6A5BBC

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

Shades of Blue Marguerite #6A5BBC

Tints of Blue Marguerite #6A5BBC

Color information

#6A5BBC (or 0x6A5BBC) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5B and BC. RGB value is (106,91,188). Sum of RGB (Red+Green+Blue) = 106+91+188=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BBC is #95A443. Grayscale: #6A6A6A. Windows color (decimal): -9806916 or 12344170. OLE color: 12344170.

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

Color convert

RGB10691188-
CMYK0.440.5200.26
HSL249.28º41.99%54.71%-
HSV(B)249.28º51.6%73.73%-
XYZ18.7614.1849.32-
YUV106.54173.97127.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=27.53%
G=23.64%
B=48.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106911880.440.5200.26249.2841.9954.71
Hex6A5BBC2C3401Af92a37
Octal15213327454640323715267
Binary110101010110111011110010110011010001101011111001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,188); }

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

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

 a { background-color: rgb(106,91,188); }

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

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

 span { border-color: rgb(106,91,188); }

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