#674EB9

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

Shades of Blue Marguerite #674EB9

Tints of Blue Marguerite #674EB9

Color information

#674EB9 (or 0x674EB9) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4E and B9. RGB value is (103,78,185). Sum of RGB (Red+Green+Blue) = 103+78+185=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #674EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EB9 is #98B146. Grayscale: #616161. Windows color (decimal): -10006855 or 12144231. OLE color: 12144231.

HSL color Cylindrical-coordinate representation of color #674EB9: hue angle of 254.02º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #674EB9 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10378185-
CMYK0.440.5800.27
HSL254.02º43.32%51.57%-
HSV(B)254.02º57.84%72.55%-
XYZ17.0711.8447.28-
YUV97.67177.28131.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.14%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 185 (72.66% from 255) = 50.55%
R=28.14%
G=21.31%
B=50.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103781850.440.5800.27254.0243.3251.57
Hex674EB92C3A01Bfe2b34
Octal14711627154720333765364
Binary110011110011101011100110110011101001101111111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674EB9; }

 p { color: rgb(103,78,185); }

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

<style>
 a { background-color: #674EB9; }

 a { background-color: rgb(103,78,185); }

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

<style>
 span { border-color: #674EB9; }

 span { border-color: rgb(103,78,185); }

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