#675AAA

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

Shades of Blue Marguerite #675AAA

Tints of Blue Marguerite #675AAA

Color information

#675AAA (or 0x675AAA) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5A and AA. RGB value is (103,90,170). Sum of RGB (Red+Green+Blue) = 103+90+170=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #675AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AAA is #98A555. Grayscale: #666666. Windows color (decimal): -10003798 or 11164263. OLE color: 11164263.

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

Color convert

RGB10390170-
CMYK0.390.4700.33
HSL249.75º32%50.98%-
HSV(B)249.75º47.06%66.67%-
XYZ16.5113.139.69-
YUV103.01165.81128-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.37%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=28.37%
G=24.79%
B=46.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103901700.390.4700.33249.753250.98
Hex675AAA272F021fa2033
Octal14713225247570413724063
Binary1100111101101010101010100111101111010000111111010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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