#6751BF

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

Shades of Blue Marguerite #6751BF

Tints of Blue Marguerite #6751BF

Color information

#6751BF (or 0x6751BF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 51 and BF. RGB value is (103,81,191). Sum of RGB (Red+Green+Blue) = 103+81+191=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #6751BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6751BF is #98AE40. Grayscale: #636363. Windows color (decimal): -10006081 or 12538215. OLE color: 12538215.

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

Color convert

RGB10381191-
CMYK0.460.5800.25
HSL252º46.22%53.33%-
HSV(B)252º57.59%74.9%-
XYZ17.9412.5350.76-
YUV100.12179.29130.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 191 (75% from 255) = 50.93%
R=27.47%
G=21.6%
B=50.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103811910.460.5800.2525246.2253.33
Hex6751BF2E3A019fc2e35
Octal14712127756720313745665
Binary110011110100011011111110111011101001100111111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6751BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6751BF; }

 p { color: rgb(103,81,191); }

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

<style>
 a { background-color: #6751BF; }

 a { background-color: rgb(103,81,191); }

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

<style>
 span { border-color: #6751BF; }

 span { border-color: rgb(103,81,191); }

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