#674074

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

Shades of Honey Flower #674074

Tints of Honey Flower #674074

Color information

#674074 (or 0x674074) is unknown color: approx Honey Flower. HEX triplet: 67, 40 and 74. RGB value is (103,64,116). Sum of RGB (Red+Green+Blue) = 103+64+116=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #674074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674074 is #98BF8B. Grayscale: #515151. Windows color (decimal): -10010508 or 7618663. OLE color: 7618663.

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

Color convert

RGB10364116-
CMYK0.110.4500.55
HSL285º28.89%35.29%-
HSV(B)285º44.83%45.49%-
XYZ10.587.8117.47-
YUV81.59147.42143.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=36.40%
G=22.61%
B=40.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103641160.110.4500.5528528.8935.29
Hex674074B2D03711d1d23
Octal14710016413550674353543
Binary1100111100000011101001011101101011011110001110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674074; }

 p { color: rgb(103,64,116); }

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

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

 a { background-color: rgb(103,64,116); }

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

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

 span { border-color: rgb(103,64,116); }

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