#674672

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

Shades of Honey Flower #674672

Tints of Honey Flower #674672

Color information

#674672 (or 0x674672) is unknown color: approx Honey Flower. HEX triplet: 67, 46 and 72. RGB value is (103,70,114). Sum of RGB (Red+Green+Blue) = 103+70+114=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #674672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674672 is #98B98D. Grayscale: #545454. Windows color (decimal): -10008974 or 7489127. OLE color: 7489127.

HSL color Cylindrical-coordinate representation of color #674672: hue angle of 285º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #674672 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10370114-
CMYK0.100.3900.55
HSL285º23.91%36.08%-
HSV(B)285º38.6%44.71%-
XYZ10.828.4816.99-
YUV84.88144.43140.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=35.89%
G=24.39%
B=39.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103701140.100.3900.5528523.9136.08
Hex674672A2703711d1824
Octal14710616212470674353044
Binary1100111100011011100101010100111011011110001110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674672; }

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

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

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

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

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

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

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

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