#674679

Color #674679 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #674679

Tints of Honey Flower #674679

Color information

#674679 (or 0x674679) is unknown color: approx Honey Flower. HEX triplet: 67, 46 and 79. RGB value is (103,70,121). Sum of RGB (Red+Green+Blue) = 103+70+121=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #674679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674679 is #98B986. Grayscale: #555555. Windows color (decimal): -10008967 or 7947879. OLE color: 7947879.

HSL color Cylindrical-coordinate representation of color #674679: hue angle of 278.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #674679 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10370121-
CMYK0.150.4200.53
HSL278.82º26.7%37.45%-
HSV(B)278.82º42.15%47.45%-
XYZ11.238.6419.17-
YUV85.68147.93140.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=35.03%
G=23.81%
B=41.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103701210.150.4200.53278.8226.737.45
Hex674679F2A0351171b25
Octal14710617117520654273345
Binary1100111100011011110011111101010011010110001011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674679; }

 p { color: rgb(103,70,121); }

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

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

 a { background-color: rgb(103,70,121); }

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

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

 span { border-color: rgb(103,70,121); }

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