#6754BE

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

Shades of Blue Marguerite #6754BE

Tints of Blue Marguerite #6754BE

Color information

#6754BE (or 0x6754BE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 54 and BE. RGB value is (103,84,190). Sum of RGB (Red+Green+Blue) = 103+84+190=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #6754BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754BE is #98AB41. Grayscale: #656565. Windows color (decimal): -10005314 or 12473447. OLE color: 12473447.

HSL color Cylindrical-coordinate representation of color #6754BE: hue angle of 250.75º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6754BE is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10384190-
CMYK0.460.5600.25
HSL250.75º44.92%53.73%-
HSV(B)250.75º55.79%74.51%-
XYZ18.0612.9450.26-
YUV101.76177.79128.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=27.32%
G=22.28%
B=50.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103841900.460.5600.25250.7544.9253.73
Hex6754BE2E38019fb2d36
Octal14712427656700313735566
Binary110011110101001011111010111011100001100111111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6754BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6754BE; }

 p { color: rgb(103,84,190); }

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

<style>
 a { background-color: #6754BE; }

 a { background-color: rgb(103,84,190); }

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

<style>
 span { border-color: #6754BE; }

 span { border-color: rgb(103,84,190); }

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