#675AB6

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

Shades of Blue Marguerite #675AB6

Tints of Blue Marguerite #675AB6

Color information

#675AB6 (or 0x675AB6) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5A and B6. RGB value is (103,90,182). Sum of RGB (Red+Green+Blue) = 103+90+182=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #675AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675AB6 is #98A549. Grayscale: #686868. Windows color (decimal): -10003786 or 11950695. OLE color: 11950695.

HSL color Cylindrical-coordinate representation of color #675AB6: hue angle of 248.48º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675AB6 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10390182-
CMYK0.430.5100.29
HSL248.48º38.66%53.33%-
HSV(B)248.48º50.55%71.37%-
XYZ17.6913.5745.94-
YUV104.38171.81127.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 182 (71.48% from 255) = 48.53%
R=27.47%
G=24%
B=48.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal103901820.430.5100.29248.4838.6653.33
Hex675AB62B3301Df82735
Octal14713226653630353704765
Binary110011110110101011011010101111001101110111111000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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