#675AB2

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

Shades of Blue Marguerite #675AB2

Tints of Blue Marguerite #675AB2

Color information

#675AB2 (or 0x675AB2) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5A and B2. RGB value is (103,90,178). Sum of RGB (Red+Green+Blue) = 103+90+178=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #675AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AB2 is #98A54D. Grayscale: #676767. Windows color (decimal): -10003790 or 11688551. OLE color: 11688551.

HSL color Cylindrical-coordinate representation of color #675AB2: hue angle of 248.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #675AB2 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10390178-
CMYK0.420.4900.30
HSL248.86º36.36%52.55%-
HSV(B)248.86º49.44%69.8%-
XYZ17.2913.4143.8-
YUV103.92169.81127.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=27.76%
G=24.26%
B=47.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal103901780.420.4900.30248.8636.3652.55
Hex675AB22A3101Ef92435
Octal14713226252610363714465
Binary110011110110101011001010101011000101111011111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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