#675DAE

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

Shades of Blue Marguerite #675DAE

Tints of Blue Marguerite #675DAE

Color information

#675DAE (or 0x675DAE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5D and AE. RGB value is (103,93,174). Sum of RGB (Red+Green+Blue) = 103+93+174=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #675DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DAE is #98A251. Grayscale: #686868. Windows color (decimal): -10003026 or 11427175. OLE color: 11427175.

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

Color convert

RGB10393174-
CMYK0.410.4700.32
HSL247.41º33.33%52.35%-
HSV(B)247.41º46.55%68.24%-
XYZ17.1513.7741.8-
YUV105.22166.81126.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=27.84%
G=25.14%
B=47.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103931740.410.4700.32247.4133.3352.35
Hex675DAE292F020f72134
Octal14713525651570403674164
Binary1100111101110110101110101001101111010000011110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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