#675EB2

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

Shades of Blue Marguerite #675EB2

Tints of Blue Marguerite #675EB2

Color information

#675EB2 (or 0x675EB2) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5E and B2. RGB value is (103,94,178). Sum of RGB (Red+Green+Blue) = 103+94+178=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #675EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675EB2 is #98A14D. Grayscale: #696969. Windows color (decimal): -10002766 or 11689575. OLE color: 11689575.

HSL color Cylindrical-coordinate representation of color #675EB2: hue angle of 246.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #675EB2 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10394178-
CMYK0.420.4700.30
HSL246.43º35.29%53.33%-
HSV(B)246.43º47.19%69.8%-
XYZ17.6314.143.91-
YUV106.27168.48125.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 178 (69.92% from 255) = 47.47%
R=27.47%
G=25.07%
B=47.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal103941780.420.4700.30246.4335.2953.33
Hex675EB22A2F01Ef62335
Octal14713626252570363664365
Binary110011110111101011001010101010111101111011110110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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