#6B5BBE

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

Shades of Blue Marguerite #6B5BBE

Tints of Blue Marguerite #6B5BBE

Color information

#6B5BBE (or 0x6B5BBE) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5B and BE. RGB value is (107,91,190). Sum of RGB (Red+Green+Blue) = 107+91+190=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B5BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BBE is #94A441. Grayscale: #6A6A6A. Windows color (decimal): -9741378 or 12475243. OLE color: 12475243.

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

Color convert

RGB10791190-
CMYK0.440.5200.25
HSL249.7º43.23%55.1%-
HSV(B)249.7º52.11%74.51%-
XYZ19.114.3350.47-
YUV107.07174.8127.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.58%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=27.58%
G=23.45%
B=48.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107911900.440.5200.25249.743.2355.1
Hex6B5BBE2C34019fa2b37
Octal15313327654640313725367
Binary110101110110111011111010110011010001100111111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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