#674CBA

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

Shades of Blue Marguerite #674CBA

Tints of Blue Marguerite #674CBA

Color information

#674CBA (or 0x674CBA) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4C and BA. RGB value is (103,76,186). Sum of RGB (Red+Green+Blue) = 103+76+186=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #674CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CBA is #98B345. Grayscale: #606060. Windows color (decimal): -10007366 or 12209255. OLE color: 12209255.

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

Color convert

RGB10376186-
CMYK0.450.5900.27
HSL254.73º44.35%51.37%-
HSV(B)254.73º59.14%72.94%-
XYZ17.0411.647.79-
YUV96.61178.45132.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=28.22%
G=20.82%
B=50.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103761860.450.5900.27254.7344.3551.37
Hex674CBA2D3B01Bff2c33
Octal14711427255730333775463
Binary110011110011001011101010110111101101101111111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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