#675FAC

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

Shades of Blue Marguerite #675FAC

Tints of Blue Marguerite #675FAC

Color information

#675FAC (or 0x675FAC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5F and AC. RGB value is (103,95,172). Sum of RGB (Red+Green+Blue) = 103+95+172=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #675FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675FAC is #98A053. Grayscale: #696969. Windows color (decimal): -10002516 or 11296615. OLE color: 11296615.

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

Color convert

RGB10395172-
CMYK0.400.4500.33
HSL246.23º31.69%52.35%-
HSV(B)246.23º44.77%67.45%-
XYZ17.1314.0540.84-
YUV106.17165.15125.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=27.84%
G=25.68%
B=46.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103951720.400.4500.33246.2331.6952.35
Hex675FAC282D021f62034
Octal14713725450550413664064
Binary1100111101111110101100101000101101010000111110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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