#675EBB

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

Shades of Blue Marguerite #675EBB

Tints of Blue Marguerite #675EBB

Color information

#675EBB (or 0x675EBB) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5E and BB. RGB value is (103,94,187). Sum of RGB (Red+Green+Blue) = 103+94+187=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #675EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EBB is #98A144. Grayscale: #6A6A6A. Windows color (decimal): -10002757 or 12279399. OLE color: 12279399.

HSL color Cylindrical-coordinate representation of color #675EBB: hue angle of 245.81º degrees, saturation: 0.41, 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 #675EBB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10394187-
CMYK0.450.5000.27
HSL245.81º40.61%55.1%-
HSV(B)245.81º49.73%73.33%-
XYZ18.5714.4848.83-
YUV107.29172.98124.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 187 (73.44% from 255) = 48.70%
R=26.82%
G=24.48%
B=48.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103941870.450.5000.27245.8140.6155.1
Hex675EBB2D3201Bf62937
Octal14713627355620333665167
Binary110011110111101011101110110111001001101111110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,94,187); }

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

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

 a { background-color: rgb(103,94,187); }

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

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

 span { border-color: rgb(103,94,187); }

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