#675AB1

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

Shades of Blue Marguerite #675AB1

Tints of Blue Marguerite #675AB1

Color information

#675AB1 (or 0x675AB1) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5A and B1. RGB value is (103,90,177). Sum of RGB (Red+Green+Blue) = 103+90+177=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #675AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AB1 is #98A54E. Grayscale: #676767. Windows color (decimal): -10003791 or 11623015. OLE color: 11623015.

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

Color convert

RGB10390177-
CMYK0.420.4900.31
HSL248.97º35.8%52.35%-
HSV(B)248.97º49.15%69.41%-
XYZ17.1913.3743.27-
YUV103.8169.31127.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=27.84%
G=24.32%
B=47.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103901770.420.4900.31248.9735.852.35
Hex675AB12A3101Ff92434
Octal14713226152610373714464
Binary110011110110101011000110101011000101111111111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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