#6B5FBA

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

Shades of Blue Marguerite #6B5FBA

Tints of Blue Marguerite #6B5FBA

Color information

#6B5FBA (or 0x6B5FBA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5F and BA. RGB value is (107,95,186). Sum of RGB (Red+Green+Blue) = 107+95+186=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FBA is #94A045. Grayscale: #6C6C6C. Windows color (decimal): -9740358 or 12214123. OLE color: 12214123.

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

Color convert

RGB10795186-
CMYK0.420.4900.27
HSL247.91º39.74%55.1%-
HSV(B)247.91º48.92%72.94%-
XYZ19.0214.8648.32-
YUV108.96171.48126.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.58%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=27.58%
G=24.48%
B=47.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107951860.420.4900.27247.9139.7455.1
Hex6B5FBA2A3101Bf82837
Octal15313727252610333705067
Binary110101110111111011101010101011000101101111111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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