#674BBF

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

Shades of Blue Marguerite #674BBF

Tints of Blue Marguerite #674BBF

Color information

#674BBF (or 0x674BBF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4B and BF. RGB value is (103,75,191). Sum of RGB (Red+Green+Blue) = 103+75+191=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #674BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BBF is #98B440. Grayscale: #606060. Windows color (decimal): -10007617 or 12536679. OLE color: 12536679.

HSL color Cylindrical-coordinate representation of color #674BBF: hue angle of 254.48º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674BBF is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10375191-
CMYK0.460.6100.25
HSL254.48º47.54%52.16%-
HSV(B)254.48º60.73%74.9%-
XYZ17.5111.6850.62-
YUV96.6181.28132.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.91%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 191 (75% from 255) = 51.76%
R=27.91%
G=20.33%
B=51.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103751910.460.6100.25254.4847.5452.16
Hex674BBF2E3D019fe3034
Octal14711327756750313766064
Binary110011110010111011111110111011110101100111111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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