#674F83

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

Shades of Butterfly Bush #674F83

Tints of Butterfly Bush #674F83

Color information

#674F83 (or 0x674F83) is unknown color: approx Butterfly Bush. HEX triplet: 67, 4F and 83. RGB value is (103,79,131). Sum of RGB (Red+Green+Blue) = 103+79+131=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #674F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F83 is #98B07C. Grayscale: #5B5B5B. Windows color (decimal): -10006653 or 8605543. OLE color: 8605543.

HSL color Cylindrical-coordinate representation of color #674F83: hue angle of 267.69º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #674F83 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10379131-
CMYK0.210.4000.49
HSL267.69º24.76%41.18%-
HSV(B)267.69º39.69%51.37%-
XYZ12.4910.1122.77-
YUV92.1149.95135.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=32.91%
G=25.24%
B=41.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103791310.210.4000.49267.6924.7641.18
Hex674F83152803110c1929
Octal14711720325500614143151
Binary110011110011111000001110101101000011000110000110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,79,131); }

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

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

 a { background-color: rgb(103,79,131); }

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

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

 span { border-color: rgb(103,79,131); }

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