#674673

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

Shades of Honey Flower #674673

Tints of Honey Flower #674673

Color information

#674673 (or 0x674673) is unknown color: approx Honey Flower. HEX triplet: 67, 46 and 73. RGB value is (103,70,115). Sum of RGB (Red+Green+Blue) = 103+70+115=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #674673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674673 is #98B98C. Grayscale: #545454. Windows color (decimal): -10008973 or 7554663. OLE color: 7554663.

HSL color Cylindrical-coordinate representation of color #674673: hue angle of 284º 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 #674673 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10370115-
CMYK0.100.3900.55
HSL284º24.32%36.27%-
HSV(B)284º39.13%45.1%-
XYZ10.888.517.29-
YUV85144.93140.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=35.76%
G=24.31%
B=39.93%

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
Decimal103701150.100.3900.5528424.3236.27
Hex674673A2703711c1824
Octal14710616312470674343044
Binary1100111100011011100111010100111011011110001110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674673; }

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

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

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

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

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

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

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

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