#674CBF

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

Shades of Blue Marguerite #674CBF

Tints of Blue Marguerite #674CBF

Color information

#674CBF (or 0x674CBF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4C and BF. RGB value is (103,76,191). Sum of RGB (Red+Green+Blue) = 103+76+191=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #674CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CBF is #98B340. Grayscale: #606060. Windows color (decimal): -10007361 or 12536935. OLE color: 12536935.

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

Color convert

RGB10376191-
CMYK0.460.6000.25
HSL254.09º47.33%52.35%-
HSV(B)254.09º60.21%74.9%-
XYZ17.5811.8150.64-
YUV97.18180.95132.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 191 (75% from 255) = 51.62%
R=27.84%
G=20.54%
B=51.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103761910.460.6000.25254.0947.3352.35
Hex674CBF2E3C019fe2f34
Octal14711427756740313765764
Binary110011110011001011111110111011110001100111111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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