#675EBD

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

Shades of Blue Marguerite #675EBD

Tints of Blue Marguerite #675EBD

Color information

#675EBD (or 0x675EBD) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5E and BD. RGB value is (103,94,189). Sum of RGB (Red+Green+Blue) = 103+94+189=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #675EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EBD is #98A142. Grayscale: #6B6B6B. Windows color (decimal): -10002755 or 12410471. OLE color: 12410471.

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

Color convert

RGB10394189-
CMYK0.460.5000.26
HSL245.68º41.85%55.49%-
HSV(B)245.68º50.26%74.12%-
XYZ18.7814.5649.97-
YUV107.52173.98124.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.68%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 189 (74.22% from 255) = 48.96%
R=26.68%
G=24.35%
B=48.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103941890.460.5000.26245.6841.8555.49
Hex675EBD2E3201Af62a37
Octal14713627556620323665267
Binary110011110111101011110110111011001001101011110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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