#674BBD

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

Shades of Blue Marguerite #674BBD

Tints of Blue Marguerite #674BBD

Color information

#674BBD (or 0x674BBD) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4B and BD. RGB value is (103,75,189). Sum of RGB (Red+Green+Blue) = 103+75+189=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #674BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BBD is #98B442. Grayscale: #5F5F5F. Windows color (decimal): -10007619 or 12405607. OLE color: 12405607.

HSL color Cylindrical-coordinate representation of color #674BBD: hue angle of 254.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #674BBD is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10375189-
CMYK0.460.6000.26
HSL254.74º46.34%51.76%-
HSV(B)254.74º60.32%74.12%-
XYZ17.2911.5949.47-
YUV96.37180.28132.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.07%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=28.07%
G=20.44%
B=51.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103751890.460.6000.26254.7446.3451.76
Hex674BBD2E3C01Aff2e34
Octal14711327556740323775664
Binary110011110010111011110110111011110001101011111111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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