#6B51BB

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

Shades of Blue Marguerite #6B51BB

Tints of Blue Marguerite #6B51BB

Color information

#6B51BB (or 0x6B51BB) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 51 and BB. RGB value is (107,81,187). Sum of RGB (Red+Green+Blue) = 107+81+187=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B51BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B51BB is #94AE44. Grayscale: #646464. Windows color (decimal): -9743941 or 12276075. OLE color: 12276075.

HSL color Cylindrical-coordinate representation of color #6B51BB: hue angle of 254.72º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B51BB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10781187-
CMYK0.430.5700.27
HSL254.72º43.8%52.55%-
HSV(B)254.72º56.68%73.33%-
XYZ17.9812.648.5-
YUV100.86176.61132.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.53%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=28.53%
G=21.6%
B=49.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107811870.430.5700.27254.7243.852.55
Hex6B51BB2B3901Bff2c35
Octal15312127353710333775465
Binary110101110100011011101110101111100101101111111111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B51BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,187); }

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

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

 a { background-color: rgb(107,81,187); }

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

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

 span { border-color: rgb(107,81,187); }

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