#675DBA

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

Shades of Blue Marguerite #675DBA

Tints of Blue Marguerite #675DBA

Color information

#675DBA (or 0x675DBA) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5D and BA. RGB value is (103,93,186). Sum of RGB (Red+Green+Blue) = 103+93+186=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #675DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DBA is #98A245. Grayscale: #6A6A6A. Windows color (decimal): -10003014 or 12213607. OLE color: 12213607.

HSL color Cylindrical-coordinate representation of color #675DBA: hue angle of 246.45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #675DBA is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10393186-
CMYK0.450.500.27
HSL246.45º40.26%54.71%-
HSV(B)246.45º50%72.94%-
XYZ18.3714.2648.24-
YUV106.59172.81125.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.96%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=26.96%
G=24.35%
B=48.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103931860.450.500.27246.4540.2654.71
Hex675DBA2D3201Bf62837
Octal14713527255620333665067
Binary110011110111011011101010110111001001101111110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,93,186); }

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

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

 a { background-color: rgb(103,93,186); }

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

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

 span { border-color: rgb(103,93,186); }

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