#675FBA

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

Shades of Blue Marguerite #675FBA

Tints of Blue Marguerite #675FBA

Color information

#675FBA (or 0x675FBA) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5F and BA. RGB value is (103,95,186). Sum of RGB (Red+Green+Blue) = 103+95+186=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #675FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FBA is #98A045. Grayscale: #6B6B6B. Windows color (decimal): -10002502 or 12214119. OLE color: 12214119.

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

Color convert

RGB10395186-
CMYK0.450.4900.27
HSL245.27º39.74%55.1%-
HSV(B)245.27º48.92%72.94%-
XYZ18.5514.6148.3-
YUV107.77172.15124.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=26.82%
G=24.74%
B=48.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103951860.450.4900.27245.2739.7455.1
Hex675FBA2D3101Bf52837
Octal14713727255610333655067
Binary110011110111111011101010110111000101101111110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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