#6751BE

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

Shades of Blue Marguerite #6751BE

Tints of Blue Marguerite #6751BE

Color information

#6751BE (or 0x6751BE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 51 and BE. RGB value is (103,81,190). Sum of RGB (Red+Green+Blue) = 103+81+190=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #6751BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6751BE is #98AE41. Grayscale: #636363. Windows color (decimal): -10006082 or 12472679. OLE color: 12472679.

HSL color Cylindrical-coordinate representation of color #6751BE: hue angle of 252.11º 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 #6751BE is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10381190-
CMYK0.460.5700.25
HSL252.11º45.61%53.14%-
HSV(B)252.11º57.37%74.51%-
XYZ17.8312.4950.19-
YUV100178.79130.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.54%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=27.54%
G=21.66%
B=50.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103811900.460.5700.25252.1145.6153.14
Hex6751BE2E39019fc2e35
Octal14712127656710313745665
Binary110011110100011011111010111011100101100111111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6751BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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