#6B5DBE

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

Shades of Blue Marguerite #6B5DBE

Tints of Blue Marguerite #6B5DBE

Color information

#6B5DBE (or 0x6B5DBE) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5D and BE. RGB value is (107,93,190). Sum of RGB (Red+Green+Blue) = 107+93+190=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DBE is #94A241. Grayscale: #6B6B6B. Windows color (decimal): -9740866 or 12475755. OLE color: 12475755.

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

Color convert

RGB10793190-
CMYK0.440.5100.25
HSL248.66º42.73%55.49%-
HSV(B)248.66º51.05%74.51%-
XYZ19.2714.6750.53-
YUV108.24174.14127.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.44%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=27.44%
G=23.85%
B=48.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107931900.440.5100.25248.6642.7355.49
Hex6B5DBE2C33019f92b37
Octal15313527654630313715367
Binary110101110111011011111010110011001101100111111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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