#6B51BE

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

Shades of Blue Marguerite #6B51BE

Tints of Blue Marguerite #6B51BE

Color information

#6B51BE (or 0x6B51BE) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 51 and BE. RGB value is (107,81,190). Sum of RGB (Red+Green+Blue) = 107+81+190=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B51BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B51BE is #94AE41. Grayscale: #646464. Windows color (decimal): -9743938 or 12472683. OLE color: 12472683.

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

Color convert

RGB10781190-
CMYK0.440.5700.25
HSL254.31º45.61%53.14%-
HSV(B)254.31º57.37%74.51%-
XYZ18.312.7350.21-
YUV101.2178.11132.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=28.31%
G=21.43%
B=50.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107811900.440.5700.25254.3145.6153.14
Hex6B51BE2C39019fe2e35
Octal15312127654710313765665
Binary110101110100011011111010110011100101100111111110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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