#6751AF

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

Shades of Blue Marguerite #6751AF

Tints of Blue Marguerite #6751AF

Color information

#6751AF (or 0x6751AF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 51 and AF. RGB value is (103,81,175). Sum of RGB (Red+Green+Blue) = 103+81+175=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #6751AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6751AF is #98AE50. Grayscale: #616161. Windows color (decimal): -10006097 or 11489639. OLE color: 11489639.

HSL color Cylindrical-coordinate representation of color #6751AF: hue angle of 254.04º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6751AF is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10381175-
CMYK0.410.5400.31
HSL254.04º37.01%50.2%-
HSV(B)254.04º53.71%68.63%-
XYZ16.2711.8641.99-
YUV98.29171.29131.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=28.69%
G=22.56%
B=48.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103811750.410.5400.31254.0437.0150.2
Hex6751AF293601Ffe2532
Octal14712125751660373764562
Binary110011110100011010111110100111011001111111111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6751AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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