#674CBD

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

Shades of Blue Marguerite #674CBD

Tints of Blue Marguerite #674CBD

Color information

#674CBD (or 0x674CBD) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4C and BD. RGB value is (103,76,189). Sum of RGB (Red+Green+Blue) = 103+76+189=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #674CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CBD is #98B342. Grayscale: #606060. Windows color (decimal): -10007363 or 12405863. OLE color: 12405863.

HSL color Cylindrical-coordinate representation of color #674CBD: hue angle of 254.34º 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 #674CBD is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10376189-
CMYK0.460.6000.26
HSL254.34º46.12%51.96%-
HSV(B)254.34º59.79%74.12%-
XYZ17.3611.7349.49-
YUV96.95179.95132.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.99%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=27.99%
G=20.65%
B=51.36%

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
Decimal103761890.460.6000.26254.3446.1251.96
Hex674CBD2E3C01Afe2e34
Octal14711427556740323765664
Binary110011110011001011110110111011110001101011111110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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