#6b5bba

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

Shades of Blue Marguerite #6B5BBA

Tints of Blue Marguerite #6B5BBA

Color information

#6B5BBA (or 0x6B5BBA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5B and BA. RGB value is (107,91,186). Sum of RGB (Red+Green+Blue) = 107+91+186=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BBA is #94A445. Grayscale: #6A6A6A. Windows color (decimal): -9741382 or 12213099. OLE color: 12213099.

HSL color Cylindrical-coordinate representation of color #6B5BBA: hue angle of 250.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B5BBA is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10791186-
CMYK0.420.5100.27
HSL250.11º40.77%54.31%-
HSV(B)250.11º51.08%72.94%-
XYZ18.6714.1548.2-
YUV106.61172.8128.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.86%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=27.86%
G=23.70%
B=48.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107911860.420.5100.27250.1140.7754.31
Hex6B5BBA2A3301Bfa2936
Octal15313327252630333725166
Binary110101110110111011101010101011001101101111111010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b5bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,91,186); }

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

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

 a { background-color: rgb(107,91,186); }

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

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

 span { border-color: rgb(107,91,186); }

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