#675AAC

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

Shades of Blue Marguerite #675AAC

Tints of Blue Marguerite #675AAC

Color information

#675AAC (or 0x675AAC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5A and AC. RGB value is (103,90,172). Sum of RGB (Red+Green+Blue) = 103+90+172=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #675AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AAC is #98A553. Grayscale: #666666. Windows color (decimal): -10003796 or 11295335. OLE color: 11295335.

HSL color Cylindrical-coordinate representation of color #675AAC: hue angle of 249.51º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675AAC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10390172-
CMYK0.400.4800.33
HSL249.51º33.06%51.37%-
HSV(B)249.51º47.67%67.45%-
XYZ16.713.1740.69-
YUV103.24166.81127.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=28.22%
G=24.66%
B=47.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103901720.400.4800.33249.5133.0651.37
Hex675AAC2830021fa2133
Octal14713225450600413724163
Binary1100111101101010101100101000110000010000111111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675AAC; }

 p { color: rgb(103,90,172); }

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

<style>
 a { background-color: #675AAC; }

 a { background-color: rgb(103,90,172); }

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

<style>
 span { border-color: #675AAC; }

 span { border-color: rgb(103,90,172); }

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