#675DAC

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

Shades of Blue Marguerite #675DAC

Tints of Blue Marguerite #675DAC

Color information

#675DAC (or 0x675DAC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5D and AC. RGB value is (103,93,172). Sum of RGB (Red+Green+Blue) = 103+93+172=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #675DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DAC is #98A253. Grayscale: #686868. Windows color (decimal): -10003028 or 11296103. OLE color: 11296103.

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

Color convert

RGB10393172-
CMYK0.400.4600.33
HSL247.59º32.24%51.96%-
HSV(B)247.59º45.93%67.45%-
XYZ16.9513.6940.78-
YUV105165.81126.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.99%
GREEN value IS 93 (36.72% from 255) = 25.27%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=27.99%
G=25.27%
B=46.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103931720.400.4600.33247.5932.2451.96
Hex675DAC282E021f82034
Octal14713525450560413704064
Binary1100111101110110101100101000101110010000111111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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