#674A8F

Color #674A8F Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #674A8F

Tints of Butterfly Bush #674A8F

Color information

#674A8F (or 0x674A8F) is unknown color: approx Butterfly Bush. HEX triplet: 67, 4A and 8F. RGB value is (103,74,143). Sum of RGB (Red+Green+Blue) = 103+74+143=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #674A8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674A8F is #98B570. Grayscale: #5A5A5A. Windows color (decimal): -10007921 or 9390695. OLE color: 9390695.

HSL color Cylindrical-coordinate representation of color #674A8F: hue angle of 265.22º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #674A8F is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10374143-
CMYK0.280.4800.44
HSL265.22º31.8%42.55%-
HSV(B)265.22º48.25%56.08%-
XYZ139.7627.19-
YUV90.54157.61136.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 143 (56.25% from 255) = 44.69%
R=32.19%
G=23.12%
B=44.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103741430.280.4800.44265.2231.842.55
Hex674A8F1C3002C109202b
Octal14711221734600544114053
Binary1100111100101010001111111001100000101100100001001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,74,143); }

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

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

 a { background-color: rgb(103,74,143); }

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

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

 span { border-color: rgb(103,74,143); }

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