#675ABD

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

Shades of Blue Marguerite #675ABD

Tints of Blue Marguerite #675ABD

Color information

#675ABD (or 0x675ABD) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5A and BD. RGB value is (103,90,189). Sum of RGB (Red+Green+Blue) = 103+90+189=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #675ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ABD is #98A542. Grayscale: #686868. Windows color (decimal): -10003779 or 12409447. OLE color: 12409447.

HSL color Cylindrical-coordinate representation of color #675ABD: hue angle of 247.88º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675ABD is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10390189-
CMYK0.460.5200.26
HSL247.88º42.86%54.71%-
HSV(B)247.88º52.38%74.12%-
XYZ18.4313.8749.85-
YUV105.17175.31126.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.96%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=26.96%
G=23.56%
B=49.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103901890.460.5200.26247.8842.8654.71
Hex675ABD2E3401Af82b37
Octal14713227556640323705367
Binary110011110110101011110110111011010001101011111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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